- Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Deep LearningTorchSharpIssues related to TorchSharpIssues related to TorchSharpdocumentationRelated to documentation of ML.NETRelated to documentation of ML.NETonnxExporting ONNX models or loading ONNX modelsExporting ONNX models or loading ONNX modelsquestionFurther information is requestedFurther information is requesteduntriagedNew issue has not been triagedNew issue has not been triaged
Description
I can create/train/evaluate/save/load a multilayer LSTM model using Torchsharp but cannot run in ML.NET.
The main requirement is to export/import a Torchsharp model to ONNX and run it in ML.NET. However, Torchsharp doesn't implement torch.onnx.export method. I'm stuck at a point and had to convert everything to pytorch just to export to ONNX.
I also tried a custom pipeline and trial runner to train and evaluate the model but I'm struggling with how these models can be saved/Loaded in ML.NET.
Metadata
Metadata
Assignees
Labels
Deep LearningTorchSharpIssues related to TorchSharpIssues related to TorchSharpdocumentationRelated to documentation of ML.NETRelated to documentation of ML.NETonnxExporting ONNX models or loading ONNX modelsExporting ONNX models or loading ONNX modelsquestionFurther information is requestedFurther information is requesteduntriagedNew issue has not been triagedNew issue has not been triaged