update missing data of GDAS

This commit is contained in:
D-X-Y
2019-09-28 20:10:23 +10:00
parent 0f46f63a25
commit 180702ab8e
22 changed files with 122858 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# ImageNet
The class names of ImageNet-1K are in `classes.txt`.
# A 100-class subset of ImageNet-1K : ImageNet-100
The class names of ImageNet-100 are in `ImageNet-100.txt`.
Run `python split-imagenet.py` will automatically create ImageNet-100 based on the data of ImageNet-1K. By default, we assume the data of ImageNet-1K locates at `~/.torch/ILSVRC2012`. If your data is in a different location, you need to modify line-19 and line-20 in `split-imagenet.py`.
# Tiny-ImageNet
The official website is [here](https://tiny-imagenet.herokuapp.com/). Please run `python tiny-imagenet.py` to generate the correct format of Tiny ImageNet for training.
# PTB and WT2
Run `bash Get-PTB-WT2.sh` to download the data.