-
Notifications
You must be signed in to change notification settings - Fork 90
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
attributeError: 'DCGAN' object has no attribute 'test_data_names' #31
Comments
hello.have you run the code successfully? and how about the test result? |
sorry for late comment. I think ther is no self.test_data_names in DCGAN class. |
@LeeDoYup I have the same issue. |
could you let me know which lines and what is the context of run? |
I re-traced the problem back (I used try pass to avoid this issue) and below is the issue. (tf) C:\Users\SCB\Desktop\FYP\AnoGAN-tf-master\AnoGAN-tf-master>python main.py --dataset DATASET_NAME --batch_size=58 --input_height=128 --input_width=128 --output_height=128 --output_width=128 --input_fname_pattern=".png" --crop --anomaly_test
|
@LeeDoYup the reason i used try-pass is because the windows system automatically creates thumb.db files and errors happen when trying to read them as images. I tried removing them from cmd, but i guess the db files are created at runtime. so i had to bypass reading the db files. I have no previous experience with tensorflow |
The error is fixed. it is due to thumb.db files created at runtime in win 10. |
No description provided.
The text was updated successfully, but these errors were encountered: