Skip to content

Having trouble exporting model to ONNX #1821

Discussion options

You must be logged in to vote

Hi @JulianAndhika 👋,

You missed to set the model to exportable :)

reco_model = crnn_mobilenet_v3_large(pretrained=False, pretrained_backbone=False, vocab=VOCABS["legacy_french"], exportable=True)

Best,
Felix

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@felixdittrich92
Comment options

@JulianAndhika
Comment options

@felixdittrich92
Comment options

@JulianAndhika
Comment options

Answer selected by JulianAndhika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants