Cysu / open-reid

Open source person re-identification library in python
https://cysu.github.io/open-reid/
MIT License
1.34k stars 349 forks source link

Fix pytorch v0.2 #20

Closed Cysu closed 7 years ago

Cysu commented 7 years ago

This PR adapts current code to PyTorch v0.2, which has changed some APIs. OpenReID now requires PyTorch version >= 0.2.0.

This PR fixes #17, #18, #19.