ai-starthon / AI_Starthon2019

60 stars 44 forks source link

nsml run 옵션 #126

Open stimong opened 5 years ago

stimong commented 5 years ago

안녕하세요.nsml처음이라서 질문이있습니다. 7_icls_face 에 적혀있는대로

$nsml run -v -d 7_icls_face -g 1 --memory 12G --shm-size 32G --cpus 10 -e main.py

입력하면

Error: unknown shorthand flag: 'v' in -v Usage: nsml run [options]

Options: -a, --args string arguments for python file -c, --cpus uint32 number of CPUs to be allocated (default 2) -d, --dataset strings dataset required by the session -e, --entry string main python file to execute (default "main.py") -g, --gpus uint32 number of GPUs to be allocated (default 1) -h, --help help for run --hide-client-log -i, --interactive print logs to the terminal and remove the session after it stops -m, --memo string simple memo for reference --memory string size of memory needed (default "24G") --no-verify --shm-size string size of shared memory needed (default "1G") --show-default-nsmlignore --show-limits

이렇게 출력됩니다.

그래서 -v옵션을 제거하면 정상적으로 수행되긴하는데, 기본 main.py실행하면 저장된 모델이 없는게 맞는건가요?

$ nsml model ls team_124/7_icls_face/4

Checkpoint Last Modified Elapsed Summary Size


이아래 아무모델도 출력되지 않습니다.

nsml-admin commented 5 years ago

안녕하세요,

-v 옵션은 좀더 자세한 진행상황을 표시하기 위한 옵션으로, 해커톤 유저들은 사용할수 없는 옵션입니다.(해당부분은 수정하여 반영하도록 하겠습니다.)

또한 각 문제마다 model이 생성되는 시점은 nsml.save()함수가 호출되는 시점인데, 해당함수가 호출되는 시점이 조금 늦어져서 안보이는것 같습니다.

시간이 지나면 모델이 생성되는것을 확인할수 있습니다.

감사합니다.

socssg commented 5 years ago

--shm-size 옵션도 안되는데 이것도 해커톤 유저는 사용 불가능한건가요? (전체적으로 baseline 모델에 대하여 확인 후 수정 부탁드립니다)

nsml-admin commented 5 years ago

--shm-size옵션은 일반유저들이 사용할수 있는데요,

혹시 안되는 에러로그가 있다면 보여줄수있나요?