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
Hi,
Is it possible to train on our own dataset? if yes then how ? I am using this command python dcgan.py --mode train --path ~/images --batch_size 128
after placing images in the /images folder but it throw the error as there is no argument --path , I also checked your python file it does not include --path argument.
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to train on our own dataset? if yes then how ? I am using this command python dcgan.py --mode train --path ~/images --batch_size 128
after placing images in the /images folder but it throw the error as there is no argument --path , I also checked your python file it does not include --path argument.
The text was updated successfully, but these errors were encountered: