Skip to content

Commit

Permalink
tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkang315 authored Mar 25, 2024
1 parent dcb3e2f commit 73048ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nn/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ...nn.modules import (AIFI, C1, C2, C3, C3TR, SPP, SPPF, Bottleneck, BottleneckCSP, C2f, C3Ghost, C3x,
Classify, Concat, Conv, Conv2, ConvTranspose, Detect, DWConv, DWConvTranspose2d,
Focus, GhostBottleneck, GhostConv, HGBlock, HGStem, RepC3, RepConv,
cbam_block, eca_block, CA_Block, se_block,CSPStage,BiLevelRoutingAttention)
RTDETRDecoder, Segment, cbam_block, eca_block, CA_Block, se_block,CSPStage,BiLevelRoutingAttention)
from ...yolo.utils import DEFAULT_CFG_DICT, DEFAULT_CFG_KEYS, LOGGER, colorstr, emojis, yaml_load
from ...yolo.utils.checks import check_requirements, check_suffix, check_yaml
from ...yolo.utils.loss import v8DetectionLoss
Expand Down

0 comments on commit 73048ff

Please sign in to comment.