ZhuXiyue
Results
2
comments of
ZhuXiyue
The GPT tries to predict input[i] based on input[:i-1] without looking at input[I]. During test it will try to predict ith output by using condition and prediction[:i-1].
I had the same issue. I changed all the 'data_ptr' into 'data' in the '/mnt/HDD4TB3/PU-Net_pytorch/auction_match/auction_match_gpu.cpp' file and it worked.