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
I am getting a 'Unexpected output type from the model: {}'.format(type(outputs)))
and I wonder if I need to do something to prepare my Chainer model (output layer naming or something) prior to export ?
not sure how to debug that.
The text was updated successfully, but these errors were encountered:
I am getting a
'Unexpected output type from the model: {}'.format(type(outputs)))
and I wonder if I need to do something to prepare my Chainer model (output layer naming or something) prior to export ?
not sure how to debug that.
The text was updated successfully, but these errors were encountered: