fast-bert
fast-bert copied to clipboard
Cannot add finetuned weights with container
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'
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
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