Skip to content

Commit

Permalink
feat(trains-status): add tflops to body.measures
Browse files Browse the repository at this point in the history
The tflops measure was available for a service, but not during the
training.

This change adds it to the training status.

Fixes #785
  • Loading branch information
sileht committed Sep 15, 2020
1 parent 95c9441 commit af31c8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mllibstrategy.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ namespace dd
meas.add("remain_time_str", est_remain_time_str);
}

meas.add("flops", this->_model_flops);

ad.add("measure", meas);
}

Expand Down

0 comments on commit af31c8b

Please sign in to comment.