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
This is a continuation of #560. @durcan pointed out that you can't combine Stat.histogram and Stat.step, though that seems like a reasonable thing to do. Currently only one statistic per layer is permitted so they silently clobber each other. That restriction should be relaxed to allow statistics to be chained.
The text was updated successfully, but these errors were encountered:
This is a continuation of #560. @durcan pointed out that you can't combine
Stat.histogram
andStat.step
, though that seems like a reasonable thing to do. Currently only one statistic per layer is permitted so they silently clobber each other. That restriction should be relaxed to allow statistics to be chained.The text was updated successfully, but these errors were encountered: