-
PytorchStreamReader failed locating file constants.pkl: file not foundl ensure that the files are existing, but the app can't find them. How can l resolve this ? Please. |
Beta Was this translation helpful? Give feedback.
Answered by
frankfliu
Aug 24, 2022
Replies: 1 comment 1 reply
-
Did you trace your model using See: https://docs.djl.ai/master/docs/pytorch/how_to_convert_your_model_to_torchscript.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
frankfliu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you trace your model using
jit.trace()
?See: https://docs.djl.ai/master/docs/pytorch/how_to_convert_your_model_to_torchscript.html