PyCallChainRules.jl
PyCallChainRules.jl copied to clipboard
Differentiate python calls from Julia
Hello, thanks for the great work! I'm currently trying to wrap a pytorch model into a Flux based training setup. The training seems to go fine for a few epochs,...
In trying to get an image classification example working for FastAI.jl, I tried training a pretrained ResNet model from `torchvision`. The forward pass works fine, but when differentiating, I get...
**Update: see below for error on lastest 1.8-beta3** During Installation When trying to install Pytorch deps with GPU support, `pip` kept installing a different PyTorch version in the second command...
I am trying to put together an example of using FastAI.jl to finetune a pretrained ResNet from `torchvision` and am unsure how to use the output of `Zygote.grad` on a...