dotnet / dotnet/machinelearning
implement conv1d cross platform without a dependency on TorchSharp
Open
area-Transforms
enhancement
untriaged
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
**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](https://pytorch.org/docs/stable/generated/torch.nn.functional.conv1d.html)
Contributor guide
Assessment
This issue has not been assessed yet.