You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I pull down the BERT or RoBERTa models from hugging face I can't export them today with 0.4 because the op in the Axon.Node doesn't match any of the available function heads %Axon.Node{op: :container}
Here is the Axon.Node that is a pattern match miss
When I pull down the BERT or RoBERTa models from hugging face I can't export them today with 0.4 because the
op
in the Axon.Node doesn't match any of the available function heads%Axon.Node{op: :container}
Here is the Axon.Node that is a pattern match miss
And here is the code I'm using to pull in BERT and export it
Further detail: I've cut this down to something easy to reproduce but my full example/motivation here is as follows
The text was updated successfully, but these errors were encountered: