zlmzju / part_reid

Code for ICCV2017 paper: Deeply-Learned Part-Aligned Representations for Person Re-Identification
123 stars 50 forks source link

train shell script #6

Closed ittefaq11 closed 6 years ago

ittefaq11 commented 6 years ago

From the readme - it seems that the train.sh script is missing in the train folder. I am looking for if it is possible to get the training script for replicating and improving by tuning hyperparameters.

zlmzju commented 6 years ago

The script name was start.sh, sorry for the typo. I have changed the file name to train.sh.

ittefaq11 commented 6 years ago

Thanks @zlmzju for the reply. The train.sh seems to look for run.sh in $dataset/$expname could not find a relevant folder in you google drive dataset in Market folder. Also unable to see a run.sh and run_partnet.bat in shell mode. It would be helpful to get info on above to get a training session.

zlmzju commented 6 years ago

@ittefaq11 , the $dataset/$expname/run*.sh will be generated by running the train.sh script.

Phoebe-star commented 6 years ago

I got the error "" AttributeError: 'LayerParameter' object has no attribute 'triplet_loss_param' ""