Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardopetrini committed Aug 24, 2023
2 parents 1645e80 + a9e3d90 commit d63897d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 179 deletions.
106 changes: 0 additions & 106 deletions models/cnn2.py

This file was deleted.

2 changes: 1 addition & 1 deletion models/fcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def forward(self, x):

class FCN(nn.Module):
def __init__(self, input_channels, h, out_dim, num_layers, bias=False):
super(FCN2, self).__init__()
super(FCN, self).__init__()

d = 2 ** num_layers

Expand Down
72 changes: 0 additions & 72 deletions models/rf.py

This file was deleted.

0 comments on commit d63897d

Please sign in to comment.