Skip to content

Commit

Permalink
Update resnet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jona te Lintelo committed Mar 22, 2023
1 parent a6118d4 commit f6a266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/layers/resnet.py → skeleton/layers/Resnext.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch as t
import torch.nn as nn

from skeleton.layers.residual_block import ResidualBlock
from skeleton.layers.ResnextBlock import ResidualBlock


class ResNet(nn.Module):
Expand Down

0 comments on commit f6a266c

Please sign in to comment.