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
When calling dreamer.caricature(), it does not consider the fact that self.__custom_normalization__ is not None and hence doesnt even use it before the forward pass.
The text was updated successfully, but these errors were encountered:
When calling
dreamer.caricature()
, it does not consider the fact thatself.__custom_normalization__
is notNone
and hence doesnt even use it before the forward pass.The text was updated successfully, but these errors were encountered: