-
Notifications
You must be signed in to change notification settings - Fork 239
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
Can't run the test code #49
Comments
hey, I have the exact same issue! |
I have the same error as well. Any solutions? |
@hellowangfeng @AlexRoidl @Aneekdas |
I am having the same problem. |
I have the same error as well. Any solutions? @carpedm20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I finished BEGAN training with my own dataset, I get the following error when I run the test code as follows: python main.py --dataset=my_dataset --load_path=my_dataset_0824_004250 --use_gpu=True --is_train=False --split valid
the error is :
ValueError: Cannot feed value of shape (32, 64) for Tensor 'random_uniform:0', which has shape '(64, 64)'
so anyone meets the same error? how to use BEGAN to generate fake images?
The text was updated successfully, but these errors were encountered: