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'm running test.py but I'm receiving following error:
ValueError: (InvalidArgument) instance_norm(): argument 'X' (position 0) must be Tensor, but got dict (at ..\paddle\fluid\pybind\op_function_common.cc:818)
I've converted model using convert.py and using the same.
The text was updated successfully, but these errors were encountered:
I'm running test.py but I'm receiving following error:
ValueError: (InvalidArgument) instance_norm(): argument 'X' (position 0) must be Tensor, but got dict (at ..\paddle\fluid\pybind\op_function_common.cc:818)
I've converted model using convert.py and using the same.
The text was updated successfully, but these errors were encountered: