Haiton

Results 6 issues of Haiton

![image](https://user-images.githubusercontent.com/33169108/111410644-179a0e80-8714-11eb-81a2-321e4c2b0340.png) 请问这是什么问题

` loss = self.criterion(score, y)`是不是应该写成`loss = criterion(score, y.view(-1))`啊

Hello, I want to know where the code in VNMT model implements the calculation posterior q(z|x, y), ![image](https://user-images.githubusercontent.com/33169108/76286219-76949e80-62dc-11ea-8215-347428ce9c29.png) I didn't find where to use the target sentence y to represent...

请问为什么我运行图形界面显示不全?

Traceback (most recent call last): File "/Users/haiton/Documents/Projects/Autohome/Py_projects/github/WSDM2022-PTUPCDR/entry.py", line 55, in Run(config).main() File "/Users/haiton/Documents/Projects/Autohome/Py_projects/github/WSDM2022-PTUPCDR/run.py", line 242, in main self.TgtOnly(model, data_tgt, data_test, criterion, optimizer_tgt) File "/Users/haiton/Documents/Projects/Autohome/Py_projects/github/WSDM2022-PTUPCDR/run.py", line 206, in TgtOnly self.train(data_tgt, model,...