-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpu training possible? #104
Comments
Considering that the line |
Changing See https://github.com/gigaturbo/lightweight-gan-cpu.git |
Hello @gigaturbo, I tried your fork, but upon executing it I get the following error: $ python lightweight_gan/lightweight_gan.py --data ../filtered_dataset --image-size 1024
Traceback (most recent call last):
File "lightweight_gan/lightweight_gan.py", line 27, in <module>
from lightweight_gan.diff_augment import DiffAugment
File "/home/giacomo/lightweight-gan-cpu/lightweight_gan/lightweight_gan.py", line 27, in <module>
from lightweight_gan.diff_augment import DiffAugment
ModuleNotFoundError: No module named 'lightweight_gan.diff_augment'; 'lightweight_gan' is not a package Executing GTP |
I have some cloud servers with idle cpu , is it possible to run this without gpu? I don't see any such params in cli.py. There's an assert for gpu availability but its not clear to me how vital that is down the road.
The text was updated successfully, but these errors were encountered: