-
Notifications
You must be signed in to change notification settings - Fork 115
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
TypeError when run main.py #12
Comments
it run well on my side:
and I will update this repo with TensorLayer 1.8.1 soon. |
Would you be able to try on TensorFlow 1.6, python 3.6? Wonder if it's tensorflow version, mine is 1.6 and python 3.6. |
the code in main.py,line22 |
I changed the line 22, and it fixed the error, Trying the other repo mentioned above, there're more arguments to the usage of |
About this,you can down load the mnist from the page: http://yann.lecun.com/exdb/mnist/
If you know how to translate the Chinese webpage to the English that you can see my blog: http://blog.csdn.net/wei_xiaoyu/article/details/79579829
My English is poor,maybe many words use uncorrect .
At 2018-03-17 08:54:40, "Aris L" <notifications@github.com> wrote:
I changed the line 22, and it fixed the error, $ python main.py is run successfully. Indeed, directly running main.py looks like training, since it doesn't generate images in the end.
Trying the other repo mentioned above, there're more arguments to the usage of main.py mentioned in README.cmd there, like whether its training, or testing; specifying dataset MNIST or celebA, even your own dataset if have.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Tried both the dcgan folder version of tensorlayer (1.4.5) and installed version of tensorlayer (1.8.1).
tensorflow version is 1.6.0.
The text was updated successfully, but these errors were encountered: