Open TaeryungLee opened 4 years ago
Hello,
I have a problem uploading pre-trained model to nsml server.
My pre-trained model is about 100MB, and I got error message from nsml server "total size of files cannot exceed 50 MiB".
Is there any other way to use large file?
Also, I am curious how to download saved model.
Thank you.
Currently it is blocked due to file size limitations. In the session, you can download model with commands such as wget
wget
related https://github.com/Naver-AI-Hackathon/cs492h/issues/29#issuecomment-623240195
Hello,
I have a problem uploading pre-trained model to nsml server.
My pre-trained model is about 100MB, and I got error message from nsml server "total size of files cannot exceed 50 MiB".
Is there any other way to use large file?
Also, I am curious how to download saved model.
Thank you.