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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
if cleanup=True, then the transform is called with fix_float64=True during the cleanup, no matter what the transform was originally called with. I think either fix_float64 should default to False, or fix_float64 should be passed to the cleanup.
In the transform member function of ModelWrapper:
finn-base/src/finn/core/modelwrapper.py
Lines 122 to 146 in 2f10c0c
if
cleanup=True, then the transform is called withfix_float64=Trueduring the cleanup, no matter what the transform was originally called with. I think eitherfix_float64should default to False, orfix_float64should be passed to the cleanup.