Open styufo opened 1 year ago
Hello, I encountered the same problem,,Have you solved this problem yet? @styufo @cripac-sjx
@RachelWang122 I haven't been able to solve this problem. I found that the variable netG0 doesn't seem to be used in the future, so I tried to comment out this part, but there will still be errors about the tensor dimension mismatch later
I want to know what the definition of the variable NetG is. It cannot be found in the code, which will cause the program to report an error.The code snippet appears in the function 'gen' in the file 'trainer. py' ` def gen_example(self, data_dic):
`