ikmckenz/target-pred-py

Neural Net predict top doesn't return correct number of entries

Closed this issue · 1 comments

When predicting using the neural net model, the predict_top function doesn't listen to n_outputs and always outputs the top 5. It should output n_outputs number of outputs.

Resolved by #32