Searched refs:num_top_predictions (Results 1 – 2 of 2) sorted by relevance
57 num_top_predictions): argument68 top_k = predictions.argsort()[-num_top_predictions:][::-1]
58 num_top_predictions): argument76 top_k = predictions.argsort()[-num_top_predictions:][::-1]
Completed in 2 milliseconds