aojunzz / NM-sparsity

214 stars 29 forks source link

Config file for classification #10

Closed priyankaankolekar closed 2 years ago

priyankaankolekar commented 2 years ago

Hi, I am trying to reproduce the results from this repo. The config file has:

train_root: /mnt/lustre/share/images/train
train_source: /mnt/lustre/share/images/meta/train.txt
val_root: /mnt/lustre/share/images/val
val_source: /mnt/lustre/share/images/meta/val.txt

From what I understand, train_root == path where the training images are located. val_root == path where the validation images are located. train_source == Where in the imagenet downloads can I find this file? val_source == Where in the imagenet downloads can I find this file?

Thanks, Priyanka.

aojunzz commented 2 years ago

@priyankaankolekar hi,

you can refer to https://drive.google.com/drive/folders/1BL0IOrI0fUcTrRwtMObH5xLB1-ySLT32?usp=sharing

priyankaankolekar commented 2 years ago

Thanks a lot. This is very helpful.