Closed lukel97 closed 4 years ago
I have the same Issue,did you solve it?
I encountered the same problem here. did you find the way to fix it?
Hi There, We are checking to see if you still need help on this, as this seems to be considerably old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing. If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.
@tensorflowbutler the file still seems to be missing
The entire project has been moved to https://github.com/tensorflow/gan.
@rachellj218 Shall we remove the gan folder in research and let uses go to https://github.com/tensorflow/gan?
@joel-shor, should we deprecate the gan folder in tensorflow/models/research directory? Thanks!
Yup!
Please use https://github.com/tensorflow/gan. The model folder is deprecated at master branch now.
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
Also, please understand that many of the models included in this repository are experimental and research-style code. If you open a GitHub issue, here is our policy:
Here's why we have that policy: TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.
System information
models/research/gan/cyclegan
python3 train.py
You can collect some of this information using our environment capture script:
https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
You can obtain the TensorFlow version with
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
Describe the problem
Running the
train.py
script in the CycleGAN example gives this error:And I noticed that unlike the other examples there's no
networks.py
. Is this missing?