muellerzr / fastinference

A collection of inference modules for fastai2
https://muellerzr.github.io/fastinference
Apache License 2.0
89 stars 16 forks source link

jit trace starter #34

Closed muellerzr closed 3 years ago

muellerzr commented 3 years ago

Inits the start of jit support. Currently the language models can't be pushed to jit to my knowledge, and neither can unet currently. However in the newest version we plan to fully use timm, which is, so I'm not concerned about the unet. This should be changed once the timm support is finalized to show a unet example.