Submission error with tensor shape misalignment #115
Answered
by
ramber1836
bqpeng-1006
asked this question in
BaiduKDDCup2022
|
Hi there, I got an error like
in submission. However, I ran into no errors in my local evaluation process with the latest evaluation.py. Is it possible to provide the online test log to debug this error? Thank you. Best, |
Answered by
ramber1836
May 28, 2022
Replies: 1 comment
|
More details: File "/tmp/tmpfk9p6u12/tcn/layers/Embed.py", line 118, in forward BTW, did you test your code with the toy test data? |
0 replies
Answer selected by
zhoujingbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More details:
File "/tmp/tmpfk9p6u12/tcn/layers/Embed.py", line 118, in forward
RuntimeError: The size of tensor a (288) must match the size of tensor b (432) at non-singleton dimension 1
BTW, did you test your code with the toy test data?