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
elephantpanda opened this issue
Sep 26, 2023
· 5 comments
Labels
staleissues that have not been addressed in a while; categorized by a bottrainingissues related to ONNX Runtime training; typically submitted using template
This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
staleissues that have not been addressed in a while; categorized by a bottrainingissues related to ONNX Runtime training; typically submitted using template
Describe the issue
When trying to create the training artifacts for a model containing a ConvTranspose2d node I get this error.
Using: https://onnxruntime.ai/docs/api/python/on_device_training/training_artifacts.html
Basically I just want it to create a training ONNX containing a ConvTransposeGrad node the same way it creates a ConvGrad node for a Conv2D node.
But I get the error: "The gradient builder has not been registered: ConvTranspose for node"
Anyway to work round this?
P.S. Is there a list of supported/unsupported operators for training artifacts?
(Possibly this may be implemented in 1.16 but when I do pip install onnxruntime.training it installs version 1.15.1)
To reproduce
Try to create training artifacts with a model containing a ConvTranspose2D node.
Urgency
No response
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.15.1
PyTorch Version
1.13.1+cpu
Execution Provider
Default CPU
Execution Provider Library Version
CPU
The text was updated successfully, but these errors were encountered: