akar43/lsm

don't know why this happened

xbcbx opened this issue · 4 comments

xbcbx commented

When I was going to train the VLSM, this errror happened, and I don't know why. Sincerely look for help.
image

I meet this problem too. Have you solved this problem?

I remember getting this error when operating in CPU mode. For some reason the gather_nd op in Tensorflow does not behave the same way on CPU and GPU (at least did not when I last tested it). The code should work completely fine if you have a GPU though.

I have solved this problem as @akar43 said. I specified the GPU mode and all worked fine. Thanks a lot~ This should be some mismatch in tersorflow implementation between CPU and GPU.

Glad it helped. Closing this issue.