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
I am getting the following error on running the code interact.py
ValueError: When compiling the inner function of scan the following error has been encountered: The initial state (outputs_info in scan nomenclature) of variable IncSubtensor{Set;:int64:}.0 (argument number 2) has dtype float32, while the result of the inner function (fn) has dtype float64. This can happen if the inner function of scan results in an upcast or downcast.
I am even putting THEANO_FLAGS= 'device=cpu, floatX=float32' before running the python file. Still the error persists.
The text was updated successfully, but these errors were encountered:
I am getting the following error on running the code interact.py
ValueError: When compiling the inner function of scan the following error has been encountered: The initial state (
outputs_info
in scan nomenclature) of variable IncSubtensor{Set;:int64:}.0 (argument number 2) has dtype float32, while the result of the inner function (fn
) has dtype float64. This can happen if the inner function of scan results in an upcast or downcast.I am even putting THEANO_FLAGS= 'device=cpu, floatX=float32' before running the python file. Still the error persists.
The text was updated successfully, but these errors were encountered: