Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotImplementedError: Converter is not implemented (OperationDescription(domain='', operation_type='Slice', version=1)) #241

Open
sarahpuspdew opened this issue Jan 19, 2025 · 0 comments

Comments

@sarahpuspdew
Copy link

sarahpuspdew commented Jan 19, 2025

I got this error when trying to conver my onnx model from unity ml agents

`import onnx
import torch
from onnx2torch import convert

onnx_model_path = "D:\Project\Python\ConvertToPytorch\SelfDrivingCar.onnx"

onnx_model = onnx.load(onnx_model_path)
torch_model = convert(onnx_model)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant