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
Just need to change __init__.py to import the ZeroOperator from block.py as opposed to linop_impls.py as the latter doesn't allow the ZeroOperator to return any dtype other than torch.float32. (At least, I had to change where I was importing the ZeroOperator from in diffqcp due to a dtype bug stemming from this.)
The text was updated successfully, but these errors were encountered:
Just need to change
__init__.py
to import theZeroOperator
fromblock.py
as opposed tolinop_impls.py
as the latter doesn't allow theZeroOperator
to return anydtype
other thantorch.float32
. (At least, I had to change where I was importing theZeroOperator
from indiffqcp
due to a dtype bug stemming from this.)The text was updated successfully, but these errors were encountered: