Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "D:\github\metaplx-network\pipeline\pipeline.py", line 168, in <module>
  3. m1_output = model1inference(m1_input, THRESHOLD_M1)
  4. File "D:\github\metaplx-network\pipeline\pipeline.py", line 107, in model1inference
  5. prediction += net(dep, pos, group).data.numpy()[0,:]
  6. File "D:\Python\lib\site-packages\torch\nn\modules\module.py", line 489, in __call__
  7. result = self.forward(*input, **kwargs)
  8. TypeError: forward() missing 1 required positional argument: 'parent'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement