Hi all,
What are the best practices to load a pre-trained pytorch model in Julia (e.g. Flux.jl)?
Thank you!
Depends on the model, for CNN you should check Metalhead, Home ยท Metalhead.jl. Also, for an easier interface, you could see FastAPI, FastAI.jl - FastAI.jl.
Thank you!
In my current case, it is only MLP.
I am going to check the FastAI.jl