TextClassificationBenchmark
TextClassificationBenchmark copied to clipboard
A Benchmark of Text Classification in PyTorch
may I ask you for the step of starting your program,please? because I am green hand.
Hi, thanks creating this text classification benchmark! I wanted to run the basic example `python3 main.py --model cnn` and I could see that the GloVe embeddings were not downloaded automatically....
Hi, this PR adds basic functionality for downloading the GloVe embeddings automatically when torchtext is disabled. The user-defined model - specified via commandline option - is also used now.
In order to keep the neatness of the commit codes, I think it would be better to remove the commented out codes before commit, or just integrating the commented out...
 Sorry to interrupt, but when I run the main.py, I get an error message in the picture. I use the cmd "python main.py --model lstm -- dataset...