raynardj/forge

recording metrics through FG

Closed this issue · 1 comments

recording the return metrics in to database

The function in the class forgedb will include

  • registering new metric
  • keep a record in the log
  • check if this is the best performance

The function in the ftorch

  • collect Trainer result(a dictionary) automatically

if Trainer(..... callbacks = [fg.metrics()]) was set, the metrics will be saved automatically