Skip to content

README.md requires minor update #33

Description

@iorhythm

Hey there,

currently the readme.md suggests the following command to train a model:

python train.py --name mytraining --steps 10000000 --batch 16 --lr .001

however the option --lr .001 throws the error:

train.py: error: unrecognized arguments: --lr 0.001

To fix this, I ran

python train.py --name mytraining --steps 10000000 --batch 16 --start-lr .001

Hoping this helps

St

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions