GeorgeS2019
GeorgeS2019
@NiklasGustafsson Make more sense with Arm64 on Windows. 
[[WIP 2023] Integrating Custom PyTorch c++ Extensions](https://github.com/dotnet/TorchSharp/discussions/610)
## PyTorch for Deep Learning: Creating and Deploying Deep Learning Applications - [Chapter5: Text Classification - TorchText Example](https://github.com/falloutdurham/beginners-pytorch-deep-learning/blob/master/chapter5/Chapter%205.ipynb) ```python import spacy import torchtext import pandas as pd import torch.nn as...
#### WIP Oct 2023 Update https://github.com/rognarspb/TorchClassifier https://github.com/MIAIONE/TorchSharpTest https://github.com/mlnethub/SegFormer-Segnext-torchsharp/ https://github.com/lijianxin520/torchsharp_baselib https://github.com/rognarspb/TorchClassifier/ https://github.com/ds5678/TorchCategorizationDemo
@NiklasGustafsson I am very sure this answer needs a more **prominent** way to be available to new users.
[Pytoch: torch/distributions](https://github.com/pytorch/pytorch/tree/master/torch/distributions) - [ ] ContinuousBernoulli - [ ] ConstraintRegistry - [x] ExpRelaxedCategorical - [x] Gumbel - [x] HalfCauchy - [x] HalfNormal - [x] Independent - [x] Kumaraswamy - [...
Major implementation of Distribution! - https://github.com/dotnet/TorchSharp/pull/700 - https://github.com/dotnet/TorchSharp/pull/701 
@pkese Thanks for raising this issue: This issue aligns with the **recent** dotnet interactive initiative to evaluate new features (e.g. adding support for e.g. python) to .NET Interactive. With your...
The possible PyTorch project I could find is [**pytorch-ner**](https://pypi.org/project/pytorch-ner/) or [**Pipeline for training NER models using PyTorch**](https://github.com/dayyass/pytorch-ner) Interesting, this is not part of TorchText
If PyTorch-NER provides [TorchScript support](https://github.com/dayyass/pytorch-ner/issues/68), perhaps it is possible to use [PyTorch-NER](https://pypi.org/project/pytorch-ner/) in TorchSharp?