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
The use of them can be avoided if we input one-hot vectors instead of int32 tensors, and I take this approach for ONNX file I attached to Non-deterministic and suspicious errors #89. But int32 tensors is more concise and desirable.
Transpose operator
Identity operator
Chainer's copy function is exported as Identity operator (c.f. support Copy chainer/onnx-chainer#27 ). But the use of Identity could eliminated if we transform ONNX file.
The text was updated successfully, but these errors were encountered: