Skip to content

Instantly share code, notes, and snippets.

@sidharthms
Created July 9, 2018 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidharthms/2698c2c9fc072036371166c5972b48f9 to your computer and use it in GitHub Desktop.
Save sidharthms/2698c2c9fc072036371166c5972b48f9 to your computer and use it in GitHub Desktop.
File "<path>/deepmatcher/models/core.py", line 184, in run_train
return Runner.train(self, *args, **kwargs)
File "<path>/deepmatcher/runner.py", line 300, in train
model.initialize(train_dataset)
File "<path>/deepmatcher/models/core.py", line 366, in initialize
self.forward(init_batch)
File "<path>/deepmatcher/models/core.py", line 436, in forward
embeddings[right])
TypeError: type() takes 2 positional arguments but 3 were given
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment