lfolle commited on
Commit
ce2dcfc
1 Parent(s): efdf1b4

Update DummyModel.py

Browse files
Files changed (1) hide show
  1. DummyModel.py +1 -1
DummyModel.py CHANGED
@@ -6,5 +6,5 @@ class DummyModel(torch.nn.Module):
6
  def __init__(self):
7
  super().__init__()
8
 
9
- def foward(self, x):
10
  return 1
 
6
  def __init__(self):
7
  super().__init__()
8
 
9
+ def forward(self, x):
10
  return 1