↓ 2 callersFunctionmixupMixup. Args: x1 (torch.Tensor): data with shape of (b, c, h, w). x2 (torch.Tensor): data with shape of (b, c, h, w). y1 (
dassl/modeling/ops/mixup.py:4
↓ 2 callersMethodsave_model(
self, epoch, directory, is_best=False, val_result=None, model_name=""
)
dassl/engine/trainer.py:118
↓ 1 callersMethod_make_layer(
self, block, in_planes, out_planes, nb_layers, stride, dropRate
)
dassl/modeling/backbone/wide_resnet.py:71
↓ 1 callersMethodbuild_conv_block(
self, dim, padding_type, norm_layer, use_dropout, use_bias
)
dassl/modeling/network/ddaig_fcn.py:69
↓ 1 callersFunctionbuild_sampler(
sampler_type,
cfg=None,
data_source=None,
batch_size=32,
n_domain=0,
n_ins=16
)
dassl/data/samplers.py:181