gpleiss / efficient_densenet_pytorch

A memory-efficient implementation of DenseNets
MIT License
1.51k stars 329 forks source link

does this code support pytorch1.0 and the jit feature for c++ online deployment? #50

Open mmxuan18 opened 5 years ago

gpleiss commented 5 years ago

I haven't tested it out on pytorch 1.0 yet, but I imagine it should work! It'll probably take a bit of work to get it working with the JIT compiler

mmxuan18 commented 5 years ago

@gpleiss will you continue support the new jit feature?

gpleiss commented 5 years ago

I would like to, but I probably won't have time in the near future. Open to a PR though :)