mirror of
https://github.com/wassname/ray.git
synced 2026-08-03 13:10:57 +08:00
[SGD] Imagenet example (basic) (#8020)
* Checkpoint the image-models example * Update cluster definition * Fix copyright info * Use original args * Checkpoint fixes * Add README * Add some missing features * Format * Get rid of the unused Namespace class * Address comments * Link the imagenet example in docs * Cleanup * Fix lint
This commit is contained in:
@@ -717,6 +717,9 @@ to contribute an example, feel free to create a `pull request here <https://gith
|
||||
- `Semantic Segmentation example <https://github.com/ray-project/ray/blob/master/python/ray/util/sgd/torch/examples/segmentation/train_segmentation.py>`__:
|
||||
Fine-tuning a ResNet50 model on VOC with Batch Norm.
|
||||
|
||||
- `ImageNet Models example <https://github.com/ray-project/ray/blob/master/python/ray/util/sgd/torch/examples/image_models/train.py>`__:
|
||||
Training state-of-the-art ImageNet models.
|
||||
|
||||
- `CIFAR10 example <https://github.com/ray-project/ray/blob/master/python/ray/util/sgd/torch/examples/cifar_pytorch_example.py>`__:
|
||||
Training a ResNet18 model on CIFAR10.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user