You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Hi!
I think, in current implementation the engine cannot server models if they have less than five outputs. The classify method accepts as one of the input parameters N which is the number of top classifications to return. The Argmax function fails in this case.
The text was updated successfully, but these errors were encountered:
Hi!
I think, in current implementation the engine cannot server models if they have less than five outputs. The classify method accepts as one of the input parameters N which is the number of top classifications to return. The Argmax function fails in this case.
The text was updated successfully, but these errors were encountered: