Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ViiSkor committed Oct 31, 2023
1 parent 47af417 commit dada0bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ source dst-env/bin/activate
pip install -r requirements.txt
```

# Run training
### Run training
```
import os
import yaml
Expand Down
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ train:
do_augmentation: True
reduceLROnPlat:
factor: 0.33
patience: 10
patience: 5
min_delta: 0.0001
min_lr: 0.00000001
cooldown: 0
EarlyStopping:
patience: 5
patience: 10
checkpoint:
save_best_only: True
save_weights_only: True

0 comments on commit dada0bb

Please sign in to comment.