AI-GrandChallenge / round-1

14 stars 11 forks source link

Internal server error 문제 #135

Closed lifefeel closed 4 years ago

lifefeel commented 4 years ago
Building docker image. It may take a while
.........load nsml model takes 0.06224942207336426 seconds
.Infer test set. The inference should be completed within 3600 seconds.
.Error occurred while inference. You can check error 'nsml submit --test'
AssertionError

Infer test set takes 73.18018627166748 seconds
..Error: Fail to get prediction result: t0021/tr-2/157/best
FATA[2020/07/30 22:55:48.032] Internal server error  

위와 같은 에러가 납니다. 테스트 submit 시에는 잘 되는데, 무슨 문제인지 확인이 안됩니다.

확인 요청드립니다.

bluebrush commented 4 years ago

@lifefeel 님, 아래와 같은 오류가 코드가 확인됩니다.

   return inference(model, data_path)
  File "/app/utils.py", line 347, in inference
    assert len(new_features) == len(ser_dict[file_name])
AssertionError