I am using nvidia-digits to train a CNN and get predictions. However the .../classify_one.json
returns top 5 predictions by default. I need a larger n
, how can I modify my request param to get the top n
for example?
I couldn't find anything in DIGITS documentation.