Naver-AI-Hackathon / cs492I

2 stars 0 forks source link

How to use infer function for evaluation. #7

Closed komfkore closed 4 years ago

komfkore commented 4 years ago

We tried to evaluate our model with test dataset, but we cannot use the infer function.

Using nsml.infer(os.path.join(DATASET_PATH, 'test')) results in some index out of range error.

Can anyone give some help on how to use nsml.infer function? (We're on the base code given by TA)