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
Hi! Thanks for implementing this necessary conversion 👍
I am stuck with error 'AttributeError: Can't gather from tf tensor.' when I'm trying to export my PyTorch model to Keras.
Hi! Thanks for implementing this necessary conversion 👍
I am stuck with error 'AttributeError: Can't gather from tf tensor.' when I'm trying to export my PyTorch model to Keras.
'k_model = pytorch_to_keras(model, input_var, (1,None),
verbose=True, name_policy='short',
change_ordering=True)'
PyTorch model:
The text was updated successfully, but these errors were encountered: