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
What _tmap_error_detect modifies the shape, Interpretation, and channel map of a tensor map, which can mess up the validators + normalizers. That makes the errors in explore different from the errors during tensor generation.
Why
Error mismatch defeats the purpose of having explore.
How
Instead of tmap_error_detect, get the mulidimensional tensors' means in ExploreParallelWrapper
The text was updated successfully, but these errors were encountered:
What
_tmap_error_detect
modifies the shape, Interpretation, and channel map of a tensor map, which can mess up the validators + normalizers. That makes the errors in explore different from the errors during tensor generation.Why
Error mismatch defeats the purpose of having explore.
How
Instead of
tmap_error_detect
, get the mulidimensional tensors' means inExploreParallelWrapper
The text was updated successfully, but these errors were encountered: