gpleiss / efficient_densenet_pytorch

A memory-efficient implementation of DenseNets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mmxuan18 opened this issue · comments

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

@gpleiss will you continue support the new jit feature?

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