This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Error importing model
#20056
|
I have trained gluon's I3D model and exported it to:
When trying to load the model by: I get the and returned model is: I kindly ask for help on this! |
Answered by
szha
Mar 19, 2021
Replies: 1 comment 1 reply
|
The user warning is probably ok to ignore as when you perform the next forward with the SymbolBlock it will know the data type from the input. Is there any subsequent error that blocks you? |
1 reply
Answer selected by
Gregorino
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The user warning is probably ok to ignore as when you perform the next forward with the SymbolBlock it will know the data type from the input. Is there any subsequent error that blocks you?