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 trying to generate the training artifacts for mobile bert model but onnx is giving me below error message : : onnxruntime :: training :: GradientBuilderBase :: O i < node_ -> Outputdefs().size was false.
I am trying the example that is given under masked_language_modeling and the name of file is mobilebert_offline.ipynb.
Please help !! It is urgent!!
The text was updated successfully, but these errors were encountered:
Hi @Leaner23 , adding the following line: opset_version=15, to the torch.onnx.export parameters should fix the issue. Thanks to @prathikr for finding the issue & solution.
I am trying to generate the training artifacts for mobile bert model but onnx is giving me below error message : : onnxruntime :: training :: GradientBuilderBase :: O i < node_ -> Outputdefs().size was false.
I am trying the example that is given under masked_language_modeling and the name of file is mobilebert_offline.ipynb.
Please help !! It is urgent!!
The text was updated successfully, but these errors were encountered: