Skip to content

Commit 271baff

Browse files
authored
Fix issue #72
1 parent 0dd7608 commit 271baff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

autoPyTorch/core/autonet_classes/autonet_image_data.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ def _apply_default_pipeline_settings(pipeline):
113113
lr_selector.add_lr_scheduler('exponential', SchedulerExponentialLR)
114114
lr_selector.add_lr_scheduler('none', SchedulerNone)
115115

116-
lr_selector._apply_search_space_update('step:step_size', [1, 100], log=True)
117-
lr_selector._apply_search_space_update('step:gamma', [0.001, 0.99], log=True)
118-
lr_selector._apply_search_space_update('cosine_annealing_with_restarts:T_max', [1, 100], log=True)
119-
lr_selector._apply_search_space_update('cosine_annealing_with_restarts:T_mult', [1., 2.], log=False)
120-
121116
train_node = pipeline[SimpleTrainNode.get_name()]
122117
#train_node.add_training_technique("early_stopping", EarlyStopping)
123118
train_node.add_batch_loss_computation_technique("mixup", Mixup)

0 commit comments

Comments
 (0)