This is a repository for project "Integrating Pelican with Pytorch".
Pelican Website: https://pelicanplatform.org/
HTCondor: https://htcondor.org/
In Benchmark:
-
Benchmark1.ipynb,Benchmark2.ipynb.Two Jupyter notebooks, contain two benchmark example with different datasets. Dataset information will be list in section [Dataset Using](## Dataset-using).
-
bm.pyA pytorch script version of benchmark2, allow you to pass arguments to choose different model, batch size, etc. See details in
README.mdinside Benchmark folder. -
remote_image_folder.pyA custom class inherits
VisionDatasetof PyTorch, used forBenchmark2.ipnb
In doc:
-
UsingpyTorchwithPelican.mdTutorial guides you through setting up and using PyTorch with Pelican for efficient data management and processing.
-
UsingpyTorchwithPelicanandHTCondor.mdAn integrated tutorial for using pytorch with Pelican and HTCondor.
In Others:
-
Test RemoteImageFolder.ipynbShows the using of RemoteImageFolder.
| SIZE | FILE |
|---|---|
| 22M | fashion-mnist_test.csv |
| 5.4M | fashion-mnist_test.zip |
| 127M | fashion-mnist_train.csv |
| 33M | fashion-mnist_train.zip |
| 159G | ImageNet |
| 156G | ImageNet.zip |
| 1.5G | ImageNetMini |
| 1.5G | ImageNetMini.zip |
| 22G | ImageNetSmall |
| 21G | ImageNetSmall.zip |
| 114M | ImageNetTini |
| 112M | ImageNetTini.zip |
| 4.0K | test.txt |
| Size | File Name |
|---|---|
| 22M | fashion-mnist_test.csv |
| 5.4M | fashion-mnist_test.zip |
| 127M | fashion-mnist_train.csv |
| 33M | fashion-mnist_train.zip |
| SIZE | FILE NAME |
|---|---|
| 161G | ImageNet |
| 156G | ImageNet.zip |
| 1.5G | ImageNetMini.zip |
| 1.5G | ImageNetMini |
For ImageNet standard data, train file is under /train.
Under this path, there are 1000 directories named with corresponding classes of these images inside the directories.
Val and Test follow the same rule.
ImageNetMini is a subset for convenient testing. It only have 10 classes. About 1000 images in each class.