Naver-AI-Hackathon / cs492I

2 stars 0 forks source link

How could I download a pre-trained model on NSML using wget? #29

Closed trtrung closed 4 years ago

trtrung commented 4 years ago

I need to download the pre-trained model on NSML using wget command. However, I got the error:

wget: command not found

How could I solve this kind of problem?

nsml-admin commented 4 years ago

You need to install wget command. libraries can be installed via nsml_package.txt

trtrung commented 4 years ago

Thank you!