Open zhoulei-biubiu opened 2 years ago
Seems like the problem is about all the repository. Maybe is some version compatitibilty problem, but I never managed to fix the issue. The NN worked, but didn't get the expected results.
Could you translate it to tensorflow to see a fresh perspective?
in "variational-item-response-theory-public/src/torch_core/models.py",
line 118 "def forward(self, index, response, mask)" has 3 position arguments but line 191 "self.forward(response, mask)" called with 2 position arguments.