delip / PyTorchNLPBook

Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://amzn.to/3JUgR2L
Apache License 2.0
1.96k stars 799 forks source link

can't get data #1

Closed renyuxiang closed 5 years ago

renyuxiang commented 5 years ago

i try to run the shell to get data , but the network is disconnected. can you upload the data in this project or other project, 3Q

dorhanegby commented 5 years ago

Hey, I had the same issue and I solved it by changing the shell script to from python to python3 (probably it ran python 2.7 instead of 3.x)

delip commented 5 years ago

Hi @renyuxiang, mind checking @dorhanegby's comment and letting us know if it works for you?

cc: @braingineer

delip commented 5 years ago

Hi @renyuxiang, I am closing this for lack of activity. Please let us know if you still have issues. @dorhanegby thanks for responding.