You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this repo supposed to work with tensorflow-gpu? It runs fine on the CPU for me but on gpu I get an obscure tensorflow error at the end of an epoch
tensorflow.python.framework.errors_impl.InvalidArgumentError: Got info = 33345 for batch index 0, expected info = 0. Debug_info = heevd
[[{{node NG/SelfAdjointEigV2_15}}]
I think this happens inside a matrix inversion routine, so I suspect it could be an issue with precision on the gpu - is this repo meant to be GPU-able?
The text was updated successfully, but these errors were encountered:
Is this repo supposed to work with tensorflow-gpu? It runs fine on the CPU for me but on gpu I get an obscure tensorflow error at the end of an epoch
I think this happens inside a matrix inversion routine, so I suspect it could be an issue with precision on the gpu - is this repo meant to be GPU-able?
The text was updated successfully, but these errors were encountered: