Closed jyeongho closed 4 years ago
And also, When I tried to run baseline code with followed script:
nsml run -m "kaist korquad open" -d korquad-open-ldbd3 -g 1 -c 1 -e run_squad.py
I've got this error message.
@jyeongho , We solved this problem by adding the permission of the dataset. Also, you should use korquad-open-ldbd3 instead of korquad-open-ldbd.
[irteamsu@cnsmlgpu002 kaist-00_korquad-open-ldbd3_7]$ ../nsml run -m "kaist korquad open" -d korquad-open-ldbd3 -g 1 -c 1 -e run_squad.py
INFO[2020/11/09 12:00:59.899] .nsmlignore check - start
INFO[2020/11/09 12:00:59.899] .nsmlignore check - done
INFO[2020/11/09 12:00:59.916] file integrity check - start
INFO[2020/11/09 12:00:59.916] file integrity check - done
INFO[2020/11/09 12:00:59.916] LICENSE 11 KiB - start
INFO[2020/11/09 12:00:59.917] LICENSE 11 KiB - done (1/8 12.50%) (11 KiB/108 KiB 10.29%)
INFO[2020/11/09 12:00:59.917] README.md 1.6 KiB - start
INFO[2020/11/09 12:00:59.917] README.md 1.6 KiB - done (2/8 25.00%) (13 KiB/108 KiB 11.79%)
INFO[2020/11/09 12:00:59.917] open_squad.py 29 KiB - start
INFO[2020/11/09 12:00:59.917] open_squad.py 29 KiB - done (3/8 37.50%) (42 KiB/108 KiB 38.69%)
INFO[2020/11/09 12:00:59.917] open_squad_metrics.py 31 KiB - start
INFO[2020/11/09 12:00:59.917] open_squad_metrics.py 31 KiB - done (4/8 50.00%) (73 KiB/108 KiB 67.73%)
INFO[2020/11/09 12:00:59.917] run_local.sh 386 B - start
INFO[2020/11/09 12:00:59.917] run_local.sh 386 B - done (5/8 62.50%) (73 KiB/108 KiB 68.08%)
INFO[2020/11/09 12:00:59.917] run_nsml.sh 448 B - start
INFO[2020/11/09 12:00:59.918] run_nsml.sh 448 B - done (6/8 75.00%) (74 KiB/108 KiB 68.48%)
INFO[2020/11/09 12:00:59.918] run_squad.py 34 KiB - start
INFO[2020/11/09 12:00:59.918] run_squad.py 34 KiB - done (7/8 87.50%) (108 KiB/108 KiB 99.70%)
INFO[2020/11/09 12:00:59.918] setup.py 329 B - start
INFO[2020/11/09 12:00:59.918] setup.py 329 B - done (8/8 100.00%) (108 KiB/108 KiB 100.00%)
.....Prepare dataset. It may take a while
Prepare dataset. It may take a while
Prepare dataset. It may take a while
.
Building docker image. It may take a while
.........
Session kaist006/korquad-open-ldbd3/1 is started
When I tried to run baseline code with followed script:
I've got this message on my local terminal
Although the session was started, there was only "Allocating !" messages on NSML terminal. Additionally, I tried to stop this session, but failed with "Failed to change the session status." message.