Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fastai/imagenet-fast


https://github.com/fastai/imagenet-fast

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# End to end ImageNet training

1. Spin up an AWS instance
2. Train ImageNet
3. Save weights and loss

### AWS
Check README in AWS directory for instructions on...
1. Creating Spot instances
2. Downloading and formatting ImageNet
3. Running CIFAR10 on an instance

### FP16
1. For testing fast.ai model compatability with single precision floating point

### ImageNet

Stay tuned!

### cifar10

* [CIFAR logic](cifar10/)
* [Dawn submission](cifar10/dawn_submission/)
* [Dawn competition](https://dawn.cs.stanford.edu/benchmark/#cifar10)