This commit is contained in:
Alejandro Moreo Fernandez 2020-07-09 22:02:48 +02:00
parent ced842a219
commit be83411e25
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import torch.nn.functional as F
class Phi(nn.Module):
def __init__(self, cnn, ff, norm):
def __init__(self, cnn, ff, norm=None):
super(Phi, self).__init__()
self.cnn = cnn
self.ff = ff