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

question #5

Open
yxwhn opened this issue Mar 1, 2020 · 2 comments
Open

question #5

yxwhn opened this issue Mar 1, 2020 · 2 comments

Comments

@yxwhn
Copy link

yxwhn commented Mar 1, 2020

I have a problem while running DCGAN. Can you help me?

when I run "python main.py -- dataset cluster_0 --train --parent checkpoint market_train_64_128_128"
There is a error:
image

@jpainam
Copy link
Owner

jpainam commented Mar 1, 2020

sorry, i removed the checkpoints tjhat were previously uploaded. You can train afresh using

mkdir data
ln -rs your_dataset_path/market1501/bounding_box_train ./market_train
// Train with the all training set
python main.py --dataset market_train --train

@yxwhn
Copy link
Author

yxwhn commented Mar 1, 2020

sorry, i removed the checkpoints tjhat were previously uploaded. You can train afresh using

mkdir data
ln -rs your_dataset_path/market1501/bounding_box_train ./market_train
// Train with the all training set
python main.py --dataset market_train --train

Yes,I have done it like this:

mkdir data

ln -rs your_dataset_path/market1501/bounding_box_train ./market_train
// Train with the all training set
python main.py --dataset market_train --train

and I hava get checkpoint: market_train_64_128_128; but I follow your step2:

python main.py --dataset cluster_0 --train --parent checkpoint market_64_128_128
python main.py --dataset cluster_0 --train --parent checkpoint market_64_128_128
python main.py --dataset cluster_0 --train --parent checkpoint market_64_128_128

I meet a error:
image

and I can not sovle it ,Can you hele me?

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

2 participants