06 transfer learning using torch.compile() #682
sacromentus
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @sacromentus , I haven't tried too much transfer learning with But I would like to. Have you tried a different backend with Also, which hardware are you running on? That might effect how Have you managed to get the model to do a single forward pass? That might help with troubleshooting. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried implementing torch.compile() on the EfficientNet model, i did model = torch.compile(model) right after I instantiate model, but it does not work. First, torchsummary doesn't work with it, which I read is normal. But when I train the model, it won't train and I get various errors, one of them being "BackendCompilerFailed: backend='inductor' raised:"
Has anyone implemented it successfully?
Beta Was this translation helpful? Give feedback.
All reactions