AssertionError: Checkpoint /opt/ml/model/model_final.pth not found! ¶
By: N0zE on Oct. 29, 2024, 1:12 p.m.
I'm a beginner and may have some basic misunderstandings,but can you help me?
I submitted a models that is based on tutorials(inference-docker).
I set ”model_final.pth” at
${SCRIPT_DIR}/example_model (inference-docker〇〇/example_model/model_final.pth)and made the submission file.
But the error AssertionError: Checkpoint /opt/ml/model/model_final.pth not found! occured.
When implemented “test_run.sh”, output files were correctly? created.
Am I mistaken about where to put my files?