dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.94k stars 1.86k forks source link

implement conv1d cross platform without a dependency on TorchSharp #6799

Open gsgou opened 11 months ago

gsgou commented 11 months ago

Is your feature request related to a problem? Please describe. I need to pre-process data before invoking a ONNX model in xamarin and .net maui. Very often this requires conv1d but TorchSharp isn't available on mobile. Do you plan to add some basic operations as conv1d in the lib soon?

conv1d

GeorgeS2019 commented 9 months ago

@michaelgsharp Please add deep-learning label to all TorchSharp/HuggingFace issues image