-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is TorchText implemented? #1381
Comments
I think we don't have torchtext support currently, and I've found the class in |
We do not have that implemented. Maybe @luisquintanilla can comment on some of the text-based preprocessing primitives we've added to ML.NET -- there's a few new tokenizers there, which should be usable with TorchSharp. |
Could you share your view which of the recent progress in ML.NET, regarding deep NLP, could be relevant for advancing TorchText project using TorchSharp? References
TorchText from PytorchPyTorch TorchTexttorchtext.nn Tutorials
Tokenizers/Traansform from PyTorchhttps://pytorch.org/text/stable/transforms.html Tokenizers
Transform
UtilsToTensor Microsoft.ML.TokenizersMicrosoft.ML.Tokenizers
Models
Normalizers
PreTokenizers
|
For TorchSharp text classification example there is TorchText used to load data set.
I am not sure what I am doing wrong, but I can not find any
using
s to import this library.For TorchSharp MNIST example I did manage to find and install proper NuGet to use
torchvision
.Is TorchText implemented for .NET?
If not, alternatively, how can I load data from CSV file? I do not know what data type should be used for
var reader
in the example? Im confused.The text was updated successfully, but these errors were encountered: