Skip to content

Commit 09464e2

Browse files
authored
docs: update README.md (#21)
hyperparamters -> hyperparameters
1 parent e50cb9c commit 09464e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ We provide training script for both text-to-video and image-to-video generation
119119

120120
- Configure which GPUs to use for training: `GPU_IDS="0,1"`
121121

122-
- Choose hyperparamters for training. Let's try to do a sweep on learning rate and optimizer type as an example:
122+
- Choose hyperparameters for training. Let's try to do a sweep on learning rate and optimizer type as an example:
123123

124124
```bash
125125
LEARNING_RATES=("1e-4" "1e-3")

0 commit comments

Comments
 (0)