Skip to content

v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:41

AutoComputationalGraphTuning v0.1.3

Diff since v0.1.2

Breaking changes

  • Console output now defaults to :quiet — only results, warnings, and errors print. Per-epoch summaries and per-batch loss are no longer shown by default. Restore the old verbosity with set_verbosity!(:verbose) (per-epoch) or set_verbosity!(:debug) (per-batch).
  • New exports set_verbosity! / get_verbosity control the global output level (:silent/:quiet/:normal/:verbose/:debug, or an Int in 0:4). No function signatures changed, so existing code keeps working — it just prints less.