LambdaLabsML / examples

Deep Learning Examples
MIT License
805 stars 103 forks source link

Typo in finetuning example: parms -> params #6

Closed hopibel closed 2 years ago

hopibel commented 2 years ago

In pokemon_finetune.ipynb the "Run training" cell contains:

    data.params.validation.parms="$NUM_GPUS" \

Note it says validation.parms instead of validation.params

justinpinkney commented 2 years ago

Awesome, thanks for picking this up ❤️. Will fix it now!

rsomani95 commented 2 years ago

@justinpinkney I had to add n_gpus as follows to get it to work:

data.params.validation.parms.n_gpus="$NUM_GPUS"
justinpinkney commented 2 years ago

🤦 ok, now fixed