-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Maybe a small mistake in README.md #3
Comments
Hi @ChenxiTU, |
@Jillian2017 |
I got,thanks. |
I think it's because you tried running it with Python 2. Try Python 3, or use the "super(ClassName, self)" syntax instead |
@Jillian2017 , have you seen the fix suggested in #4 ? |
@alexgo1, yeah, I find it, thanks a lot. |
In
Encode and Decode
You mention that
Decode
python decoder.py --model checkpoint/encoder_epoch_00000005.pth --input /path/to/your/example.npz --cuda --output /path/to/output/folder
Maybe here should be checkpoint/decoder_epoch_00000005.pth?
The text was updated successfully, but these errors were encountered: