-
Notifications
You must be signed in to change notification settings - Fork 364
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
Code has many errors #17
Comments
Hi, I have updated the code that now works fine for python 3 and tensorflow v2. |
Hello guys, just so you now I forked the repo and pushed the changes on my account so project now can run on python 3 and tensorflow v2. Works fine on my laptop with my nvidia quadro T2000. |
Hi @Karlosse. Im trying your new code but it's still not work. |
Hi @dinhvien20, |
Hi @Karlosse Thanks for going ahead and doing this. I'm getting an error that I cant easily track down - any ideas? python sample.py systemMemory: 8.00 GB 2023-03-01 23:37:01.928012: I tensorflow/core/common_runtime/pluggable_device/pluggable_device_factory.cc:306] Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support. During handling of the above exception, another exception occurred: Traceback (most recent call last): Detected at node 'Reshape_1' defined at (most recent call last): Original stack trace for 'Reshape_1': |
Hi. Trying this code in Python 3.9 (Window 10 build 1904), but I think the code is probably for Python 2.x as I am getting a lot of errors:
PS C:\github\PassGAN> python sample.py --output ./new_trained.txt --num-samples 1000000 --input-dir ./pretrained --checkpoint ./pretrained/checkpoints/195000.ckpt
2021-04-24 14:50:47.249852: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library cudart64_110.dll
Traceback (most recent call last):
File "sample.py", line 74, in
charmap = pickle.load(f)
_pickle.UnpicklingError: the STRING opcode argument must be quoted
PS C:\github\PassGAN>
Are you planning on updating this code at some point to work in python 3.x ?
The text was updated successfully, but these errors were encountered: