Method__init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-8, weight_decay=0)
Sample_Finetuning_SIIMACR/I2_segmentation/optim/radam.py:90
Method__init__(self, params, lr=0.1, betas=(0.9, 0.999), eps=1e-8, weight_decay=0.0,
hessian_power=1.0, upd
Sample_Finetuning_SIIMACR/I2_segmentation/optim/adahessian.py:26
Method__init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-8,
weight_decay=0, delta=0.1, wd_ratio=0.1
Sample_Finetuning_SIIMACR/I2_segmentation/optim/adamp.py:17
Method__init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-8,
weight_decay=1e-2, amsgrad=False)
Sample_Finetuning_SIIMACR/I2_segmentation/optim/adamw.py:36
Method__init__(self, params, lr=required, momentum=0, dampening=0,
weight_decay=0, nesterov=False, eps=1e-8
Sample_Finetuning_SIIMACR/I2_segmentation/optim/sgdp.py:17
Method__init__(self, params, lr=None, eps=1e-30, eps_scale=1e-3, clip_threshold=1.0,
decay_rate=-0.8, betas
Sample_Finetuning_SIIMACR/I2_segmentation/optim/adafactor.py:43
Method__init__(self, params, lr=1e-2, alpha=0.9, eps=1e-10, weight_decay=0, momentum=0., centered=False,
de
Sample_Finetuning_SIIMACR/I2_segmentation/optim/rmsprop_tf.py:48
Method__init__(self, params, lr=2e-3, betas=(0.9, 0.999), eps=1e-8,
weight_decay=0, schedule_decay=4e-3)
Sample_Finetuning_SIIMACR/I2_segmentation/optim/nadam.py:28
Method__init__(self, params, lr=1e-3, betas=(0.95, 0.98), eps=1e-8,
weight_decay=0, grad_averaging=False, a
Sample_Finetuning_SIIMACR/I2_segmentation/optim/nvnovograd.py:32
Method__init__(self, params, grad_averaging=False, lr=0.1, betas=(0.95, 0.98), eps=1e-8, weight_decay=0)
Sample_Finetuning_SIIMACR/I2_segmentation/optim/novograd.py:13
Method__init__(self, in_channels, out_channels, padding=1, kernel_size=3, stride=1, with_nonlinearity=True)
Sample_Finetuning_SIIMACR/I2_segmentation/models/resunet.py:13
Method__init__(self, in_channels, out_channels, up_conv_in_channels=None, up_conv_out_channels=None,
upsamp
Sample_Finetuning_SIIMACR/I2_segmentation/models/resunet.py:50
Method__init__(self, d_model, nhead, dim_feedforward=2048, dropout=0.1,
activation="relu", normalize_before
Sample_zero-shot_Classification_CXR14/models/transformer.py:61