Skip to content

Commit

Permalink
fastdownload
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Jul 31, 2021
1 parent f09e119 commit 84da60b
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 679 deletions.
8 changes: 2 additions & 6 deletions fastai/_nbdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,9 @@
"Datasets": "03_data.core.ipynb",
"test_set": "03_data.core.ipynb",
"DataLoaders.test_dl": "03_data.core.ipynb",
"Config": "04_data.external.ipynb",
"fastai_cfg": "04_data.external.ipynb",
"fastai_path": "04_data.external.ipynb",
"URLs": "04_data.external.ipynb",
"download_url": "04_data.external.ipynb",
"download_data": "04_data.external.ipynb",
"file_extract": "04_data.external.ipynb",
"newest_folder": "04_data.external.ipynb",
"rename_extracted": "04_data.external.ipynb",
"untar_data": "04_data.external.ipynb",
"get_files": "05_data.transforms.ipynb",
"FileGetter": "05_data.transforms.ipynb",
Expand Down
4 changes: 4 additions & 0 deletions fastai/data/download_checks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{'https://s3.amazonaws.com/fast-ai-nlp/ag_news_csv.tgz': (11784419,
'b86f328f4dbd072486591cb7a5644dcd'),
'https://s3.amazonaws.com/fast-ai-sample/adult_sample.tgz': (968212,
'64eb9d7e23732de0b138f7372d15492f')}
Loading

0 comments on commit 84da60b

Please sign in to comment.