Skip to content

Commit

Permalink
Update Resnext.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jona te Lintelo committed Mar 22, 2023
1 parent cf67ff8 commit dc4ec57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/layers/Resnext.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.ResnextBlock import ResidualBlock
from skeleton.layers.resnext_block import ResidualBlock


class ResNet(nn.Module):
Expand Down

0 comments on commit dc4ec57

Please sign in to comment.