Naver-AI-Hackathon / AI-Vision

67 stars 34 forks source link

Submit Error #139

Open ChanHyeok opened 5 years ago

ChanHyeok commented 5 years ago

Informations

CLI

WEB

NSML login ID 가 무엇인가요? ChanHyeok

문제가 발생한 세션은 어떤건가요? (bug message or screenshot) C:\Users\tkdah\Desktop\nsml_client.windows.amd64.hack>nsml submit CodingAndLifeBalance/ir_ph1_v2/229 6 ........ Building docker image. It might take for a while ..........Traceback (most recent call last): ValueError: shapes (195,7,7,2048) and (2048,7,7,1127) not aligned: 2048 (dim 3) != 7 (dim 2)

..Error: Fail to get prediction result: CodingAndLifeBalance/ir_ph1_v2/229/6 time="2019/01/09 22:13:22.887" level=fatal msg="Internal server error"

예상했던 동작방식은 무엇인가요? 학습은 정상적으로 되었기에 Submit시 Error 없을 것이라 판단

제안하고 싶은 해결방법이 있나요? 자세한 로그 부탁드립니다.

Hackoperation commented 5 years ago

안녕하세요 로그내용은 다음과 같습니다.

  File "main.py", line 84, in infer
    sim_matrix = np.dot(query_vecs, reference_vecs.T)
ValueError: shapes (195,7,7,2048) and (2048,7,7,1127) not aligned: 2048 (dim 3) != 7 (dim 2)

감사합니다