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
Following #8 and #9, would it be feasible to integrate an API along the lines of:
...with_logger(lg) dofor i=1:100# increments log_step_increment by one by default# could also take a custom increment as an optional parameterwith_step() do@info"test" i=i
endendend
For use-cases where one only wants to increment the step once per iteration (e.g. to match tensorflow's behaviour), this would eliminate the need to specify log_step_increment=0 on the remaining N-1 logging calls.
The text was updated successfully, but these errors were encountered:
I'm not a maintainer of this repo and I haven't used this package for a while, but will look at the PR. A better bet for you will be to get some contributor attention instead
Following #8 and #9, would it be feasible to integrate an API along the lines of:
For use-cases where one only wants to increment the step once per iteration (e.g. to match tensorflow's behaviour), this would eliminate the need to specify
log_step_increment=0
on the remaining N-1 logging calls.The text was updated successfully, but these errors were encountered: