fast-bert icon indicating copy to clipboard operation
fast-bert copied to clipboard

Cannot add finetuned weights with container

Open DanyalAndriano opened this issue 5 years ago • 2 comments

I'm getting the following error when trying to add finetuned model weights in SageMaker:

FileNotFoundError: [Errno 2] No such file or directory: '/opt/ml/input/data/training/finetuned/pytorch_model.bin'

DanyalAndriano avatar Feb 20 '20 19:02 DanyalAndriano

Add weights file to s3://sagemaker-bucket/input/data/finetuned/pytorch_model.bin rather than s3://sagemaker-bucket/input/data/training/finetuned/pytorch_model.bin

DanyalAndriano avatar Feb 27 '20 03:02 DanyalAndriano

hey, i don't see my fine tuned model in the address you mentioned above. I only have one trained model saved under the model output folder such as s3://bucket that host data/output/model_name/model.tar.gz

tbs17 avatar Apr 08 '20 01:04 tbs17