Convert Flax model to PyTorch #2832
Unanswered
HosseinMA96
asked this question in
Q&A
Replies: 1 comment
-
I haven't used it but I know HuggingFace has these utilities which may help: |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I have three image classifiers trained in Flax, with their state/params as a frozendict. Two of the model are custom CNNS with common layers, consisted of 1m parameters and another one is a ResNet18 with 11m parameters. I was wondering how could I convert this model to Pytorch and obtain an identical model?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions