Method__init__(self, in_channels, mid_channels, after_relu=False, with_channel=False, BatchNorm=nn.BatchNorm2d)
src/netspresso_trainer/models/op/pidnet.py:290
Method__init__(
self,
in_channels,
num_anchors,
num_classes,
num_layers,
pri
src/netspresso_trainer/models/heads/detection/experimental/anchor_decoupled_head.py:69
Method__init__(
self,
in_channels,
num_anchors,
num_classes,
prior_prob = 1e-2,
src/netspresso_trainer/models/heads/detection/experimental/yolo_fastest_head.py:60
Method__init__(
self,
sizes=((128, 256, 512),),
aspect_ratios=((0.5, 1.0, 2.0),),
image_size
src/netspresso_trainer/models/heads/detection/experimental/detection/anchor_generator.py:50
Method__init__(self, weight_dict, alpha, gamma, use_focal_loss=False, **kwargs)
src/netspresso_trainer/losses/detection/rtdetr.py:75
Method__init__(self, weight: Optional[Tensor]=None, size_average=None, ignore_index: int=-100,
reduce=None,
src/netspresso_trainer/losses/segmentation/seg_cross_entropy.py:10
Method__init__(
self,
conf,
task: Literal['classification', 'segmentation', 'detection'],
mo
src/netspresso_trainer/loggers/base.py:36