Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 545 Bytes

utils

collect useful scripts & tips

utils

  1. valpref.sh : for imagenet-1k dataset valiation data, make each classname directory and move corresponding image file to it (copied from https://raw.githubusercontent.com/soumith/imagenetloader.torch/master/valprep.sh)

  2. extract_tar.sh : for multi tar files, make directory with its name, and extract each tar files to the generated directory.

tool test

  1. seaborn_test.py : test seaborn plot is ok

  2. TSNE_example.py : test TSNE is ok

  3. matplot_est.py : test matplotlib is ok