allennlp-guide-examples
allennlp-guide-examples copied to clipboard
Update train.py and evaluate.py
I have replaced the DataLoader with PyTorchDataLoader.
This will help to resolve the error : "DataLoader() has no argument" mentioned in the issue page.