Naver-AI-Hackathon / cs492I

2 stars 0 forks source link

Model submission error #23

Closed as12088 closed 4 years ago

as12088 commented 4 years ago

(core dumped) python -u main.py --batchsize 50 --lr 1e-4 --mode test --pause 1

Session : kaist_14/fashion_eval/127

When I try to submit pretrained model, it always fail I can i solve it?

nsml-admin commented 4 years ago

The problem of this error is docker image. Please change docker image.

refer to this https://github.com/GitGyun/CS492H_NSML_Project1_Baselline/blob/master/requirements.txt

as12088 commented 4 years ago

After changing requirements.txt, I still have the problem

session : kaist_14/fashion_eval/141

nsml-admin commented 4 years ago

nsml submit copies and evaluate the original session. Therefore, you need to re-run the new session with changed docker image and submit it

as12088 commented 4 years ago

I re-run a new session and submit a model from the new session, but still got problem. Session: kaist_14/fashion_eval/151