PetrochukM / PyTorch-NLP

Basic Utilities for PyTorch Natural Language Processing (NLP)
https://pytorchnlp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.21k stars 257 forks source link

Make `check_files` more generic #110

Open PetrochukM opened 3 years ago

PetrochukM commented 3 years ago

Line: https://github.com/PetrochukM/PyTorch-NLP/blob/be1a08edbd898d30273b7062c9c16fcf7f788787/torchnlp/download.py#L126

Instead of check_files, we could check that particular path exist. That'll enable us to check for particular directories, as well.

Kkuntal990 commented 2 years ago

Hey can I take this up?