ParikhKadam / bidaf-keras

Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2
GNU General Public License v3.0
64 stars 21 forks source link

Downloading magnitude files #11

Closed nayanar03 closed 5 years ago

nayanar03 commented 5 years ago

Hi, The code is downloading magnitude files even if it is available locally, which is taking large amount of time. how to resolve this problem?

ParikhKadam commented 5 years ago

It doesn't download files if already downloaded. It's already verified..

nayanar03 commented 5 years ago

@ParikhKadam Thank you for the response. You are right. It takes a long time only once. (but stil the magnitude files are already there). After the first implementation the problem is gone.