potterhsu / easy-faster-rcnn.pytorch

An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.
MIT License
165 stars 57 forks source link

Support for PyTorch 1.0 #3

Closed TheAIArchitect closed 5 years ago

TheAIArchitect commented 5 years ago

Do you have plans to support PyTorch 1.0?

potterhsu commented 5 years ago

Yes, I’m working on it.

potterhsu commented 5 years ago

Migration to PyTorch 1.0 was done.