dapengchen123 / video_reid

We plan to release our code in CVPR 2018 "Video Person Re-identification with Competitive Snippet-similarity Aggregation and Co-attentive Snippet Embedding"
41 stars 13 forks source link

nn.DataParallel #11

Open ccq195 opened 5 years ago

ccq195 commented 5 years ago

Hi,when i change the 'cnn_model= torch.nn.DataParallel(cnn_model).to(device)' to 'cnn_model= cnn_model.to(device)', the rank1 rate is 85.3%. But i don't know the reason. Do you konw the reason?