ai-starthon / AI_Starthon2019

60 stars 44 forks source link

submit KeyError #226

Open tae-ha opened 5 years ago

tae-ha commented 5 years ago
Traceback (most recent call last):
    raise KeyError('No model: {}'.format(str(checkpoint)))
KeyError: 'No model: team_84/13_idet_car/104/nsml_model/model'

submit --test로 실행하면 터미널에 위와 같이 에러가 나옵니다. 다른 에러들과 다르게 문제를 찾기가 어려워서 issue 남깁니다. submit할 때 세션과 checkpoint를 잘못 입력해서 model이 없을 때와는 다른 에러인데 원인이 무엇인지 알려주시면 감사하겠습니다.

nsml-admin commented 5 years ago

안녕하세요. 에러메세지를 보면 없는 모델을 로드하려다가 발생한 에러같습니다.

좀더 자세한 확인을 위해서 해당에러메세지가 발생했던 세션네임을 알려주시기바랍니다.