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

No module named 'CycleGAN_TensorFlow #6

Open
biexiangduo opened this issue Jun 30, 2019 · 3 comments
Open

No module named 'CycleGAN_TensorFlow #6

biexiangduo opened this issue Jun 30, 2019 · 3 comments

Comments

@biexiangduo
Copy link

I install tensorflow
when I run command:python -m CycleGAN_TensorFlow.create_cyclegan_dataset --image_path_a=folder_a --image_path_b=folder_b --dataset_name="horse2zebra_train" --do_shuffle=0

error comes:
/usr/bin/python: Error while finding spec for 'CycleGAN_TensorFlow.create_cyclegan_dataset' (ImportError: No module named 'CycleGAN_TensorFlow')

@devbhartra
Copy link

Were you able to fix this? I have the same issue.

@devbhartra
Copy link

Fixed it. The solution was to rename the folder as CycleGAN_TensorFlow, as opposed to just cyclegan, which is the name of the repository upon cloning.

@438-gm-24
Copy link

@devbhartra
I tried your solution I cloned then renamed the folder before launching the command but I have the same error 'no module named CycleGAN_TensorFlow'.

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

3 participants