juanguang

Results 2 issues of juanguang

I notice that in both reasoner and inspector module, the dataset for validation is range(8) for example: https://github.com/Sleepychord/CogLTX/blob/main/reasoner_module.py#L43 I'm not familiar with pytorch lightning, I wonder does it mean that...

Hi, I wonder did you still include y_T here? I dont see the code which abandan y_T should line 439 be: Y = inputs[:, T-1, -self.y_dim:] so that it matches...