-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Torch support in ML.NET #4053
Copy link
Copy link
Closed
Labels
P2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
P2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
As ML.NET increases it's support for deep learning, we should add support for PyTorch models.
TorchSharp has bindings for LibTorch (PyTorch's C++ frontend) and offers the following functionality:
We could have a scoring functionality similar to the TensorFlow scoring. We could also add training of Torch models defined in C#.