keris2020 / hackathon

10 stars 7 forks source link

학습 중인 세션 로그보기에 문제가 생깁니다 #47

Open pej43 opened 3 years ago

pej43 commented 3 years ago

(base) C:\nsml>nsml run -d 16_tcls_movie_small -e main.py time="2020/11/05 17:24:16.413" level=info msg=".nsmlignore check - start" time="2020/11/05 17:24:16.442" level=info msg=".nsmlignore check - done" time="2020/11/05 17:24:16.514" level=info msg="file integrity check - start" time="2020/11/05 17:24:16.519" level=info msg="file integrity check - done" time="2020/11/05 17:24:16.522" level=info msg="main.py 1.2 KiB - start" time="2020/11/05 17:24:16.526" level=info msg="main.py 1.2 KiB - done (1/1 100.00%) (1.2 KiB/1.2 KiB 100.00%)" ...Use the default image (nsml/default_ml:latest) because format does not match or you did not set the docker image in advance. ... Building docker image. It may take a while ....... Session KERIS019/16_tcls_movie_small/14 is started

(base) C:\nsml>nsml logs KERIS019/16_tcls_movie_small/14 time="2020/11/05 17:25:37.400" level=info msg="**" time="2020/11/05 17:25:37.431" level=info msg=" Interactive session will be terminated automatically after 30 minutes " time="2020/11/05 17:25:37.434" level=info msg=" If you don't want to see this message, please use --hide-client-log option " time="2020/11/05 17:25:37.437" level=info msg="**" Traceback (most recent call last): File "main.py", line 49, in "execution_count": null, NameError: name 'null' is not defined User session exited

(base) C:\nsml>

학습중인 세션의 로그 보기가 위의 내용처럼 나오는데 어떻게 해야 할까요?

taeseug commented 3 years ago

main.py 프로그램에 오류가 난경우 비정상적으로 종료가 되경우입니다. main.py line 49 번째 줄 코드를 올려주세요

pej43 commented 3 years ago

"execution_count": null,

이렇게 쓰여있습니다.

taeseug commented 3 years ago

main.py 파일을 올려 주실 수 있나요 혹시 baseline 코드를 실행 시켜보시고 계신건가요?

pej43 commented 3 years ago

16_tcls_movie_small 세션의 로그입니다.. 파이썬 파일이 여기선 올라가지 않네요.

taeseug commented 3 years ago

main.py code가 오류가 생긴것 같습니다 github에서 코드를 다시 받아 실행시켜보세요https://github.com/junsukchoe/keris_trash_challenge