One Cycle¶
Category: optimization.scheduler.generic
Version: 1.0.0
UUID: a978e3ecbf3184c4c2674fe10846f2fc52ecb02d231fc3420f875196d38a3327
Execution context: leip_af
Choice Priority: 100.0
Value Parameters¶
| Name | Synonyms | Type | Values | Help |
|---|---|---|---|---|
| Div Factor | optimization.scheduler.initial_learning_rate_divisor |
scalar | float, min: 1.0 | Determines the initial learning rate via initial_lr = max_lr/div_factor. Refer here for more details. |
| Final Div Factor | optimization.scheduler.final_learning_rate_divisor |
scalar | float, min: 1.0 | Determines the minimum learning rate via min_lr = initial_lr/final_div_factor. Refer here for more details. |
| Percentage of Cycle increasing LR | optimization.scheduler.percentage_cycle_increasing_learning_rate |
scalar | float, min: 0.0, max: 1.0 | The percentage of the cycle (in number of steps) spent increasing the learning rate. Refer here for more details. |
This component fits into¶
| Name | UUID | Synonyms |
|---|---|---|
| EfficientDet | 0b048a... |
optimization.scheduler |
| Yolo v5 | d5058d... |
optimization.scheduler |
| Classifier | 7b7418... |
optimization.scheduler |
| PSPNet | e71701... |
optimization.scheduler |
| NanoDet | efe32a... |
optimization.scheduler |
| SSD | c4baec... |
optimization.scheduler |
| DeepLab v3 + | b07617... |
optimization.scheduler |
| U-Net | 81f191... |
optimization.scheduler |
| UL Yolo v5 | f87d51... |
optimization.scheduler |