-
Notifications
You must be signed in to change notification settings - Fork 49
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
hello,please tell me how to use generated samples to train #8
Comments
hi, try to read the source code of train_baseline.py and prepare.py. you do not need to know all the details of the source code, just know how the model read the dataset(the path), its not difficult, bset wishes! |
well,I did it,but when i run train_baseline.py.i met a trouble that print |
just create a new folder(named model) |
thank you very much! |
excuse me,after creat a new folder named model,i run again,then i also meet a new question that printed follw: |
My computer only have one gpu. |
just change it to the single GPU-training mode. |
thank you very much,i have solved my trouble and run it successfully. |
I am so sorry to trouble you again,i run train_baseline.py successfully a few days ago,but i just meet a new problem when i run it again.I read your demo ,but i don't find solution,the problem is printed follow: |
I have solved it ,thank you |
I met it too, how did you solve it? |
me too,anyone solved it? |
can you tell me how to solve it,thank you |
I make use of market-1501 datasets to train DCGAN and get the number of pictures,but,I do not know how to train baseline by generated samples,such as the name of generated pictures,class ,please tell me,thank you.
The text was updated successfully, but these errors were encountered: