yangze0930 / NTS-Net

This is a PyTorch implementation of the ECCV2018 paper "Learning to Navigate for Fine-grained Classification" (Ze Yang, Tiange Luo, Dong Wang, Zhiqiang Hu, Jun Gao, Liwei Wang).
MIT License
452 stars 118 forks source link

F.interpolate unavailable in PyTorch 0.4 #6

Closed metro-smiles closed 6 years ago

metro-smiles commented 6 years ago

Hi ,

@yangze0930 So the F.interpolate() is unavailable in PyTorch 0.4, please consider replacing it with F.upsample()