↓ 6 callersMethod__init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5)
tianchi/2021-Guangdong-Competition/yolov5/models/experimental.py:22
↓ 6 callersMethod__init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-6, weight_decay=0.0, correct_bias=True)
else/天马杯--AI+z智能质检/code/uer/utils/optimizers.py:202
↓ 6 callersMethodbox_label(self, box, label='', color=(128, 128, 128), txt_color=(255, 255, 255))
else/Chick-Counting/detect/utils/plots.py:81
↓ 6 callersMethodfit(self, x=None, y=None, batch_size=None, epochs=1, verbose=1, initial_epoch=0, validation_split=0.,
else/wechat2021/deep_model.py:14
↓ 6 callersFunctiontrain_model(args, model, optimizer, scheduler, src_batch, tgt_batch, seg_batch, soft_tgt_batch=None)
else/天马杯--AI+z智能质检/code/run_classifier.py:167
↓ 5 callersMethod__init__(self, in_features, out_features, m=0.50, ls_eps=0, theta_zero=math.pi/4)
huawei/DIGIX2020校园大赛图像检索/modeling/metric_learning.py:14
↓ 5 callersMethoddisplay(self, pprint=False, show=False, save=False, crop=False, render=False, save_dir=Path(''))
else/Chick-Counting/detect/models/common.py:378
↓ 5 callersFunctionletterbox(im, new_shape=(640, 640), color=(114, 114, 114), auto=True, scaleFill=False, scaleup=True, stride=32)
else/Chick-Counting/detect/utils/augmentations.py:92
↓ 5 callersFunctionsave_one_box(xyxy, im, file='image.jpg', gain=1.02, pad=10, square=False, BGR=False, save=True)
else/Chick-Counting/detect/utils/general.py:793