You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a compilation problem while trying to run your CampER code.
Although I installed the augment library (or augment tool) with 'pip install augment', I do take the following error:
"Traceback (most recent call last):
File "/CAMPER/Code/CampER-main/main.py", line 9, in
from data import *
File "/CAMPER/Code/CampER-main/data.py", line 8, in
from augment import Augmenter
ImportError: cannot import name 'Augmenter' from 'augment' (~/CAMPER/Code/CampER-main/.../lib/python3.9/site-packages/augment.py)"
Do I install, by any chance, a wrong library? Could you enlighten it?
I have a quick question on GPU memory capacity.
Now, I haven't been able to pass over the compilation process. But, in case that I passed it, I would need to have a simple answer to the following GPU capacity question:
'NVIDIA A100 40G GPU' is listed as a requirement. If I have 32 GB GPU working, then, with longer running times, is there any chance to run the code on 32GB GPU or 40GB GPU memory is a must?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Thanks for your questions.
The error about importing 'Augmenter' is due to the code version. The 'Augmenter' is not used in this version, so you can just delete line 8 in data.py 'from augment import Augmenter'. Thanks for your reminder. I have updated data.py.
As for the GPU capacity, you can try to decrease the batch size, but the performance may be affected.
Although I installed the augment library (or augment tool) with 'pip install augment', I do take the following error:
"Traceback (most recent call last):
File "
/CAMPER/Code/CampER-main/main.py", line 9, in/CAMPER/Code/CampER-main/data.py", line 8, infrom data import *
File "
from augment import Augmenter
ImportError: cannot import name 'Augmenter' from 'augment' (~/CAMPER/Code/CampER-main/.../lib/python3.9/site-packages/augment.py)"
Do I install, by any chance, a wrong library? Could you enlighten it?
Now, I haven't been able to pass over the compilation process. But, in case that I passed it, I would need to have a simple answer to the following GPU capacity question:
'NVIDIA A100 40G GPU' is listed as a requirement. If I have 32 GB GPU working, then, with longer running times, is there any chance to run the code on 32GB GPU or 40GB GPU memory is a must?
Thanks for your time.
The text was updated successfully, but these errors were encountered: