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
To solve it, I had to open the convert_graph_to_onnx.py file of transformers library and comment the use_external_data and enable_onnx_checker params of export function (lines 289-290):
Information
The problem arises in chapter:
Describe the bug
An error is raised when trying to convert the distilled model to ONNX format, in this cell:
The following error is produced:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The cell should just execute properly and save the model to ONNX format.
The text was updated successfully, but these errors were encountered: