├── README.md ├── assets ├── TinyTrain_Poster_ICML24.pdf ├── TinyTrain_Poster_ICML24.png ├── accuracy_full.png ├── latency_energy.png ├── memory_compute.png └── teaser.png ├── datasets └── README.md ├── models └── README.md └── utils └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/README.md -------------------------------------------------------------------------------- /assets/TinyTrain_Poster_ICML24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/assets/TinyTrain_Poster_ICML24.pdf -------------------------------------------------------------------------------- /assets/TinyTrain_Poster_ICML24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/assets/TinyTrain_Poster_ICML24.png -------------------------------------------------------------------------------- /assets/accuracy_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/assets/accuracy_full.png -------------------------------------------------------------------------------- /assets/latency_energy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/assets/latency_energy.png -------------------------------------------------------------------------------- /assets/memory_compute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/assets/memory_compute.png -------------------------------------------------------------------------------- /assets/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/assets/teaser.png -------------------------------------------------------------------------------- /datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/datasets/README.md -------------------------------------------------------------------------------- /models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/models/README.md -------------------------------------------------------------------------------- /utils/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theyoungkwon/TinyTrain/HEAD/utils/README.md --------------------------------------------------------------------------------