Skip to content
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 does this run ? #12

Open
flobotics opened this issue Jan 18, 2019 · 1 comment
Open

how does this run ? #12

flobotics opened this issue Jan 18, 2019 · 1 comment

Comments

@flobotics
Copy link

hi,
i try your ganimorph implementation , but i dont get it run . You write that you use tensorpack with commit-id 01cab873feced688070d3ab113530f03c2525723 but in code you use FeedfreeTrainerBase , which only exists till v-0.5 , your commit id refers to v-0.9.01 ? what is correct.

thanks

@flobotics
Copy link
Author

flobotics commented Jan 19, 2019

if i try to run it on google colab , i need to change NCHW to NHWC , and i use 128x128 inpu images , but then i get :

ValueError: Trying to share variable gen/A/conv0/W, but specified shape (4, 4, 3, 64) and found shape (4, 4, 128, 64).

Also i use these versions:
!pip3 install 'tensorpack==0.5.0' --force-reinstall
!pip3 install 'tensorflow==1.2.0' --force-reinstall

what do i wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant