-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
Description
The recent example: SequenceToSequence.cs represents an excellent example of [Tutorial 1]: SEQUENCE-TO-SEQUENCE MODELING WITH NN.TRANSFORMER AND TORCHTEXT
Together with the SequenceToSequence Modeling example, a number of TorchText classes were implemented:
Organized according to TorchText namespaces
- TorchText.Data.Utils => TorchText.Data.Utils.cs
- TorchText.Data: => AG_NEWSReader.cs
- TorchText.Vocab: => Vocab.cs
- TorchText.Datasets: => Datasets.cs
It will make the TorchSharp more complete in term of TorchText if the following feature and example is implemented
- TorchText.NN:
- [Tutorial 6]: Transformers and Multi-Head Attention for TorchText.NN multiheadattention.py