|
| 1 | +dataset: |
| 2 | + description: Dataset Parameters |
| 3 | + header: Dataset Parameters |
| 4 | + num_workers: |
| 5 | + affects_outcome_of: NONE |
| 6 | + default_value: 8 |
| 7 | + description: |
| 8 | + Increasing this value might improve training speed however it might |
| 9 | + cause out of memory errors. If the number of workers is set to zero, data loading |
| 10 | + will happen in the main training thread. |
| 11 | + editable: true |
| 12 | + header: Number of workers |
| 13 | + max_value: 36 |
| 14 | + min_value: 0 |
| 15 | + type: INTEGER |
| 16 | + ui_rules: |
| 17 | + action: DISABLE_EDITING |
| 18 | + operator: AND |
| 19 | + rules: [] |
| 20 | + type: UI_RULES |
| 21 | + value: 8 |
| 22 | + visible_in_ui: true |
| 23 | + warning: null |
| 24 | + type: PARAMETER_GROUP |
| 25 | + visible_in_ui: true |
| 26 | +description: Configuration for Uflow |
| 27 | +header: Configuration for Uflow |
| 28 | +id: "" |
| 29 | +learning_parameters: |
| 30 | + enable_early_stopping: |
| 31 | + affects_outcome_of: TRAINING |
| 32 | + default_value: false |
| 33 | + description: Early exit from training when validation accuracy isn't changed or decreased for several epochs. |
| 34 | + editable: false |
| 35 | + header: Enable early stopping of the training |
| 36 | + type: BOOLEAN |
| 37 | + ui_rules: |
| 38 | + action: DISABLE_EDITING |
| 39 | + operator: AND |
| 40 | + rules: [] |
| 41 | + type: UI_RULES |
| 42 | + visible_in_ui: false |
| 43 | + warning: null |
| 44 | + backbone: |
| 45 | + affects_outcome_of: NONE |
| 46 | + default_value: resnet18 |
| 47 | + description: Pre-trained backbone used for feature extraction |
| 48 | + editable: false |
| 49 | + enum_name: ModelBackbone |
| 50 | + header: Model Backbone |
| 51 | + options: |
| 52 | + RESNET18: resnet18 |
| 53 | + WIDE_RESNET_50: wide_resnet50_2 |
| 54 | + MCAIT: mcait |
| 55 | + type: SELECTABLE |
| 56 | + ui_rules: |
| 57 | + action: DISABLE_EDITING |
| 58 | + operator: AND |
| 59 | + rules: [] |
| 60 | + type: UI_RULES |
| 61 | + value: resnet18 |
| 62 | + visible_in_ui: false |
| 63 | + warning: null |
| 64 | + description: Learning Parameters |
| 65 | + header: Learning Parameters |
| 66 | + train_batch_size: |
| 67 | + affects_outcome_of: TRAINING |
| 68 | + default_value: 32 |
| 69 | + description: |
| 70 | + The number of training samples seen in each iteration of training. |
| 71 | + Increasing this value improves training time and may make the training more |
| 72 | + stable. A larger batch size has higher memory requirements. |
| 73 | + editable: true |
| 74 | + header: Batch size |
| 75 | + max_value: 512 |
| 76 | + min_value: 1 |
| 77 | + type: INTEGER |
| 78 | + ui_rules: |
| 79 | + action: DISABLE_EDITING |
| 80 | + operator: AND |
| 81 | + rules: [] |
| 82 | + type: UI_RULES |
| 83 | + value: 32 |
| 84 | + visible_in_ui: true |
| 85 | + warning: |
| 86 | + Increasing this value may cause the system to use more memory than available, |
| 87 | + potentially causing out of memory errors, please update with caution. |
| 88 | + type: PARAMETER_GROUP |
| 89 | + visible_in_ui: true |
| 90 | +nncf_optimization: |
| 91 | + description: Optimization by NNCF |
| 92 | + enable_pruning: |
| 93 | + affects_outcome_of: NONE |
| 94 | + default_value: false |
| 95 | + description: Enable filter pruning algorithm |
| 96 | + editable: true |
| 97 | + header: Enable filter pruning algorithm |
| 98 | + type: BOOLEAN |
| 99 | + ui_rules: |
| 100 | + action: DISABLE_EDITING |
| 101 | + operator: AND |
| 102 | + rules: [] |
| 103 | + type: UI_RULES |
| 104 | + value: false |
| 105 | + visible_in_ui: true |
| 106 | + warning: null |
| 107 | + enable_quantization: |
| 108 | + affects_outcome_of: NONE |
| 109 | + default_value: true |
| 110 | + description: Enable quantization algorithm |
| 111 | + editable: true |
| 112 | + header: Enable quantization algorithm |
| 113 | + type: BOOLEAN |
| 114 | + ui_rules: |
| 115 | + action: DISABLE_EDITING |
| 116 | + operator: AND |
| 117 | + rules: [] |
| 118 | + type: UI_RULES |
| 119 | + value: true |
| 120 | + visible_in_ui: true |
| 121 | + warning: null |
| 122 | + header: Optimization by NNCF |
| 123 | + pruning_supported: |
| 124 | + affects_outcome_of: TRAINING |
| 125 | + default_value: false |
| 126 | + description: Whether filter pruning is supported |
| 127 | + editable: false |
| 128 | + header: Whether filter pruning is supported |
| 129 | + type: BOOLEAN |
| 130 | + ui_rules: |
| 131 | + action: DISABLE_EDITING |
| 132 | + operator: AND |
| 133 | + rules: [] |
| 134 | + type: UI_RULES |
| 135 | + value: false |
| 136 | + visible_in_ui: false |
| 137 | + warning: null |
| 138 | + type: PARAMETER_GROUP |
| 139 | + visible_in_ui: true |
| 140 | +pot_parameters: |
| 141 | + description: POT Parameters |
| 142 | + header: POT Parameters |
| 143 | + preset: |
| 144 | + affects_outcome_of: NONE |
| 145 | + default_value: Performance |
| 146 | + description: Quantization preset that defines quantization scheme |
| 147 | + editable: true |
| 148 | + enum_name: POTQuantizationPreset |
| 149 | + header: Preset |
| 150 | + options: |
| 151 | + MIXED: Mixed |
| 152 | + PERFORMANCE: Performance |
| 153 | + type: SELECTABLE |
| 154 | + ui_rules: |
| 155 | + action: DISABLE_EDITING |
| 156 | + operator: AND |
| 157 | + rules: [] |
| 158 | + type: UI_RULES |
| 159 | + value: Performance |
| 160 | + visible_in_ui: true |
| 161 | + warning: null |
| 162 | + stat_subset_size: |
| 163 | + affects_outcome_of: NONE |
| 164 | + default_value: 300 |
| 165 | + description: Number of data samples used for post-training optimization |
| 166 | + editable: true |
| 167 | + header: Number of data samples |
| 168 | + max_value: 1000 |
| 169 | + min_value: 1 |
| 170 | + type: INTEGER |
| 171 | + ui_rules: |
| 172 | + action: DISABLE_EDITING |
| 173 | + operator: AND |
| 174 | + rules: [] |
| 175 | + type: UI_RULES |
| 176 | + value: 300 |
| 177 | + visible_in_ui: true |
| 178 | + warning: null |
| 179 | + type: PARAMETER_GROUP |
| 180 | + visible_in_ui: false |
| 181 | +type: CONFIGURABLE_PARAMETERS |
| 182 | +visible_in_ui: true |
0 commit comments