You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
@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'.
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')
The text was updated successfully, but these errors were encountered: