Skip to content

Commit

Permalink
[Fix] Fix config typos for rotation prediction and deepcluster (#200)
Browse files Browse the repository at this point in the history
* fix rotation base config error

* fix deepcluster base config error

* [Fix] fix deepcluster base config error 'resnrt'
  • Loading branch information
cliangyu authored Feb 3, 2022
1 parent fc69e38 commit cea5078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = 'deepcluster_resnrt50_8xb64-steplr-200e_in1k'
_base_ = 'deepcluster_resnet50_8xb64-steplr-200e_in1k.py'

# model settings
model = dict(with_sobel=True, backbone=dict(in_channels=2))
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = 'rotation-pred_resnet50_8xb16-steplr-70e_in1k'
_base_ = 'rotation-pred_resnet50_8xb16-steplr-70e_in1k.py'

# fp16
fp16 = dict(loss_scale=512.)

0 comments on commit cea5078

Please sign in to comment.