Method__init__(self, in_dim, activation=None, size=16, ratio=8, ret_att=False)
DeepfakeBench_DF40/training/detectors/srm_detector.py:521
Method__init__(self, va_in, va_out, vb_in, vb_out, vc_in, vc_out, spatial_ratio, drop_rate)
DeepfakeBench_DF40/training/detectors/recce_detector.py:245
Method__init__(
self, in_channels, skip_channels, out_channels, use_batchnorm=True,
)
DeepfakeBench_DF40/training/detectors/utils/slowfast/models/unet_helper.py:47
Method__init__(
self, in_channels, skip_channels, out_channels, use_batchnorm=True,
)
DeepfakeBench_DF40/training/detectors/utils/slowfast/models/unet_helper.py:74
Method__init__(
self, in_channels, skip_channels, out_channels, use_batchnorm=True,
)
DeepfakeBench_DF40/training/detectors/utils/slowfast/models/unet_helper.py:117
Method__init__(
self,
config,
model,
optimizer,
scheduler,
writer,
DeepfakeBench_DF40/training/trainer/base_trainer.py:10
Method__init__(
self,
config,
model,
optimizer,
scheduler,
logger,
m
DeepfakeBench_DF40/training/trainer/trainer.py:39
Method__init__(self, margin_type='cos', gamma=0., m=0.5, s=30, t=1., ratio=1.)
DeepfakeBench_DF40/training/loss/am_softmax.py:85
Method__init__(self, image_folder, tokenizer1, tokenizer2, transforms, args)
EFS_finetune_code/diffusion_based/train_scripts/train_sdxl_lora.py:754