Feedback to the plan for Torch integration to ML.NET #335
Replies: 4 comments
-
cc @michaelgsharp @briacht |
Beta Was this translation helpful? Give feedback.
-
FYI: latest plan for Deep learning and TorchSharp integration to ML.NET!!! |
Beta Was this translation helpful? Give feedback.
-
Currently it is possible in ML.NET to import Tensorflow trained model file .pb ML.NET needs native binding to load PyTorch trained model file e.g. pth. TorchSharp is key to sort out the paths how ML.NET will load such trained file. The LibTorch is able to load different formats of PyTorch trained model files
QuestionShall ML.NET support one of the two or both file formats? |
Beta Was this translation helpful? Give feedback.
-
*.pth and *.data [Torchsharp specific format for import and export] discussed in saveload.md With this new implementation, now *.pt is introduced to the saveload.md Discussion on how to integrate TorchSharp to ML.NET |
Beta Was this translation helpful? Give feedback.
-
TorchSharp integration to ML.NETis currently being planned (supervised by @ericstj ) as recently shared/discussed by @NiklasGustafsson
I suggest TorchSharp users provide feedback to the integration process here.
As part of the integration, the question how to consume exported Torch model by ML.NET has been planned.
I also would like to raise some issues raised before related to the above.
Beta Was this translation helpful? Give feedback.
All reactions