mhw32 / variational-item-response-theory-public

A PyTorch implementation of "Variational Item Response Theory: Fast Accurate, and Expressive"
MIT License
72 stars 20 forks source link

number of arguments in VI_1PL.forward #3

Open zhoulei-biubiu opened 2 years ago

zhoulei-biubiu commented 2 years ago

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.

AlphaMoury commented 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?