justinchuby / torch-onnx

Prototype of the next torch exporter
MIT License
1 stars 1 forks source link

Fix registration #59

Open justinchuby opened 1 week ago

justinchuby commented 1 week ago

/Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::empty does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::fill does not have a default overload or is not found. Ignoring. warnings.warn( aten::getitem is not found in this version of PyTorch. /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::getitem does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::normal does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::rsub does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::scatter_reduce does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::select does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::slice does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::softmax does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::subtract does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::transpose does not have a default overload or is not found. Ignoring. warnings.warn( /Users/justinc/Documents/GitHub/torch-onnx/src/torch_onnx/_registration.py:134: UserWarning: aten::unbind does not have a default overload or is not found. Ignoring. warnings.warn(