Skip to content

Commit

Permalink
Remove auto_lr_find
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Apr 11, 2023
1 parent 4078076 commit a49669c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion conf/nasa_marine_debris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ trainer:
devices: 1
min_epochs: 5
max_epochs: 100
auto_lr_find: False
benchmark: True

experiment:
Expand Down
5 changes: 2 additions & 3 deletions conf/vhr10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ trainer:
devices: 1
min_epochs: 5
max_epochs: 100
auto_lr_find: False
benchmark: True

experiment:
Expand All @@ -22,6 +21,6 @@ experiment:
verbose: false
datamodule:
root: "data/vhr10"
batch_size: 3
num_workers: 12
batch_size: 2
num_workers: 56
patch_size: 512

0 comments on commit a49669c

Please sign in to comment.