Open slowlythinking opened 5 years ago
I have exactly the same issue! Did you resolve it ?
I am having the same error, anyone been able to fix this?
I compiled cutorch with the changes from DeepHoldem repo to TensorMath.lua
luarocks make rocks/cutorch-scm-1.rockspec
Hi,
When I tried to play against DeepHoldem, I got a assertion failed error. It seems i have a same problem as this issue. Here is the error:
cuda runtime error (59) : device-side assert triggered at .../cutorch/lib/generic/THCTensorScatterGather.cu:268
stack trackback:
Here is the code at the error point (next_round_value_pre.lua:114):
I think the wrong reason is the “indexes”, because the assertion is that (THCTensorScatterGather.cu):
I still can not fix it. It's been a long time since I stuck here.
Any ideas would be great. Thanks very much!