first commit
This commit is contained in:
21
rtdetrv2_pytorch/configs/runtime.yml
Normal file
21
rtdetrv2_pytorch/configs/runtime.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
print_freq: 100
|
||||
output_dir: './logs'
|
||||
checkpoint_freq: 1
|
||||
|
||||
|
||||
sync_bn: True
|
||||
find_unused_parameters: False
|
||||
|
||||
|
||||
use_amp: False
|
||||
scaler:
|
||||
type: GradScaler
|
||||
enabled: True
|
||||
|
||||
|
||||
use_ema: False
|
||||
ema:
|
||||
type: ModelEMA
|
||||
decay: 0.9999
|
||||
warmups: 2000
|
||||
Reference in New Issue
Block a user