Skip to content

Commit

Permalink
ckd updated
Browse files Browse the repository at this point in the history
  • Loading branch information
faizan1234567 committed Feb 13, 2025
1 parent 68d2f07 commit dc2cfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/models/ckd_transbts/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from einops import rearrange
from timm.models.layers import DropPath, trunc_normal_


# convnormact
class ConvNormAct(nn.Module):

def __init__(self, in_ch, out_ch, kernel_size=3, stride=1, padding=1, groups=1, dilation=1, act=True, bias=False):
Expand Down

0 comments on commit dc2cfc2

Please sign in to comment.