-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to run test.py #2
Comments
I think you just need to create a folder named |
@cabooster Thanks. I've tried to create folder testB, however another error occured when executing "index_B = index % self.B_size" in program "unaligned_dataset.py", indicating "ZeroDivisionError: integer division or modulo by zero". What shall I do then? |
Yes, I also encountered the same problem. I created folder testB, error occured when executing "index_B = index % self.B_size" in program "unaligned_dataset.py", indicating "ZeroDivisionError: integer division or modulo by zero". |
|
Hi. I've downloaded all three given datasets for training and testing. The training process was successful. However when I tried the testing process as you mentioned in "readme.md", errors occured to warn me a necessity of directory "testB". Could you please guide me if there was something wrong with my operation or understanding?
The text was updated successfully, but these errors were encountered: