QuantumNLDiffEq.jl icon indicating copy to clipboard operation
QuantumNLDiffEq.jl copied to clipboard

Track progress of training loop

Open elisno opened this issue 3 years ago • 3 comments
trafficstars

(Paraphrased) The train! statement in the README.md example runs in rougly 7.5 minutes on my machine. I forgot that steps=300 by default.

  • [ ] Add a @progress macro from ProgressLogging.jl to the training loop in train!.
  • [ ] Add training loop tracker via callback (cb) as a kwarg to train!.

Originally posted by @elisno in https://github.com/SciML/QuantumNLDiffEq.jl/pull/1#discussion_r835907856

elisno avatar Mar 27 '22 13:03 elisno

@elisno I'm considering https://github.com/JuliaLogging/ProgressLogging.jl by the way, and use it locally :)

Since ProgressLogging is compatible with Pluto notebooks to some degree as well

VarLad avatar Mar 27 '22 15:03 VarLad

@elisno I'm considering https://github.com/JuliaLogging/ProgressLogging.jl by the way, and use it locally :)

Since ProgressLogging is compatible with Pluto notebooks to some degree as well

That could work as well. I've updated the task list to reflect this.

elisno avatar Mar 27 '22 15:03 elisno

I've reformatted the task list. The tasks can be converted into separate issues (by a maintainer).

elisno avatar Mar 27 '22 15:03 elisno