File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 557557# changing these and they exist only to reproduce Detectron v1 training if
558558# desired.
559559_C .SOLVER .BIAS_LR_FACTOR = 1.0
560- _C .SOLVER .WEIGHT_DECAY_BIAS = _C . SOLVER . WEIGHT_DECAY
560+ _C .SOLVER .WEIGHT_DECAY_BIAS = None # None means following WEIGHT_DECAY
561561
562562# Gradient clipping
563563_C .SOLVER .CLIP_GRADIENTS = CN ({"ENABLED" : False })
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def get_model_zoo_configs() -> List[str]:
168168 # choosing the proper pypi package name at https://github.com/skvark/opencv-python
169169 # The following are pure-python dependencies that should be easily installable
170170 "termcolor>=1.1" ,
171- "yacs>=0.1.6 " ,
171+ "yacs>=0.1.8 " ,
172172 "tabulate" ,
173173 "cloudpickle" ,
174174 "tqdm>4.29.0" ,
You can’t perform that action at this time.
0 commit comments