Naver-AI-Hackathon / AI-Vision

67 stars 34 forks source link

SUBMIT ERROR #133

Open ghk829 opened 5 years ago

ghk829 commented 5 years ago

Informations

CLI

..Error: Fail to get prediction result: team_11/ir_ph1_v2/69/11


FATA[2019/01/08 23:11:57.908] Internal server error 

**NSML login ID 가 무엇인가요?**
ghk829

**문제가 발생한 세션은 어떤건가요? (bug message or screenshot)**
team_11/ir_ph1_v2/69 11

**재현방법은 어떻게 되나요?**
SUBMIT하면 재현됩니다.

**예상했던 동작방식은 무엇인가요?**
submit되면서 score가 나와야 하는데,,, 처음 보는 에러가 뜹니다 ㅠ
해당 이미지 셋 고려한 모델로 만들었는데... 확인 좀 부탁드립니다 ㅎㅎ

**제안하고 싶은 해결방법이 있나요?**

<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
nsml-admin commented 5 years ago

안녕하세요.

위의 전체 에러메세지는 다음과같습니다.

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

감사합니다.