Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update flash_zero.rst (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored Aug 16, 2021
1 parent 2e3c891 commit fac7727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/general/flash_zero.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ For example, to run the image classifier for 10 epochs with a `resnet50` backbon

.. code-block:: bash
flash image-classification --trainer.max_epochs 10 --model.backbone resnet50
flash image_classification --trainer.max_epochs 10 --model.backbone resnet50
To view all of the available options for a task, run:

.. code-block:: bash
flash image-classification --help
flash image_classification --help
Using Custom Data
_________________
Expand All @@ -46,11 +46,11 @@ Now train with Flash Zero:

.. code-block:: bash
flash image-classification from_folders --train_folder ./hymenoptera_data/train
flash image_classification from_folders --train_folder ./hymenoptera_data/train
You can view the help page for each subcommand. For example, to view the options for training an image classifier from
folders, you can run:

.. code-block:: bash
flash image-classification from_folders --help
flash image_classification from_folders --help

0 comments on commit fac7727

Please sign in to comment.