tensorflow / models

Models and examples built with TensorFlow
Other
77.16k stars 45.75k forks source link

Is CycleGAN missing a networks.py? #5548

Closed lukel97 closed 4 years ago

lukel97 commented 6 years ago

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:

  1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
  2. The form below must be filled out.

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

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:

Traceback (most recent call last):
  File "train.py", line 26, in <module>
    import networks
ModuleNotFoundError: No module named 'networks'

And I noticed that unlike the other examples there's no networks.py. Is this missing?

FreedomTrail commented 5 years ago

I have the same Issue,did you solve it?

denton0131 commented 5 years ago

I encountered the same problem here. did you find the way to fix it?

tensorflowbutler commented 4 years ago

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.

lukel97 commented 4 years ago

@tensorflowbutler the file still seems to be missing

saberkun commented 4 years ago

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?

rachellj218 commented 4 years ago

@joel-shor, should we deprecate the gan folder in tensorflow/models/research directory? Thanks!

joel-shor commented 4 years ago

Yup!

saberkun commented 4 years ago

Please use https://github.com/tensorflow/gan. The model folder is deprecated at master branch now.