Skip to content

Commit

Permalink
Update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Feb 2, 2023
1 parent 18a2fa4 commit f27892d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions conf/vhr10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ experiment:
name: "vhr10_test"
module:
model: "faster-rcnn"
backbone: "resnet18"
pretrained: True
backbone: "resnet50"
num_classes: 11
learning_rate: 1.3e-5
learning_rate: 1.6e-5
learning_rate_schedule_patience: 6
verbose: false
datamodule:
Expand Down
2 changes: 1 addition & 1 deletion tests/conf/vhr10.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
experiment:
task: "vhr10"
module:
detection_model: "faster-rcnn"
model: "faster-rcnn"
backbone: "resnet18"
num_classes: 11
learning_rate: 1e-4
Expand Down

0 comments on commit f27892d

Please sign in to comment.