MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / fix_initial_nan_learning_rate

Function fix_initial_nan_learning_rate

tools/extra/parse_log.py:121–131  ·  view source on GitHub ↗

Correct initial value of learning rate Learning rate is normally not printed until after the initial test and training step, which means the initial testing and training rows have LearningRate = NaN. Fix this by copying over the LearningRate from the second row, if it exists.

(dict_list)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parse_logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected