updated args
This commit is contained in:
parent
b59af1813b
commit
69be732b11
|
@ -40,7 +40,7 @@ class ExampleModel(RootModule):
|
|||
# ---------------------
|
||||
# TRAINING
|
||||
# ---------------------
|
||||
def forward(self, x, a):
|
||||
def forward(self, x):
|
||||
|
||||
x = self.c_d1(x)
|
||||
x = F.tanh(x)
|
||||
|
|
Loading…
Reference in New Issue