GitXplorerGitXplorer
H

tfevent_merger

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
e2661efe9bb68b9a9fbae162e1c2522605a0005e

Update README.md

HHeyangQin committed 4 years ago
Unverified
1e4762c3f26ba2c215807874d1199b2182509eed

inital commit

HHeyangQin committed 4 years ago
Verified
4673670a31282de66bb79f100505280a0a6639df

Initial commit

HHeyangQin committed 4 years ago

README

The README file for this repository.

tfevent_merger

Tensorboard calculates the "Relative" field by comparing the wallclock time of all data entries and the wallclock time of the first entry. Thus when you interrupt and restart the training, the "Relative" field includes the period that you are not actually running the training. I put together this helper script to trim the idle periods from the "Relative" field and make it show the actual time the training runs.

WARNING: This script will change the wallclock time (in order to show correct relative time).

To use it, simply change the your_tfevent_folder, output_folder and threshold(seconds). It only changes the sclars. To use on other fields, feel free to put loop over event_acc.Tags().

Requirements

tensorboard
Pytorch