MCPcopy Index your code
hub / github.com/tensorflow/tfjs / ensureTrainWriterCreated

Method ensureTrainWriterCreated

tfjs-node/src/callbacks.ts:301–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 }
300
301 private ensureTrainWriterCreated() {
302 this.trainWriter = summaryFileWriter(path.join(this.logdir, 'train'));
303 }
304
305 private ensureValWriterCreated() {
306 this.valWriter = summaryFileWriter(path.join(this.logdir, 'val'));

Callers 2

logMetricsMethod · 0.95

Calls 2

summaryFileWriterFunction · 0.90
joinMethod · 0.80

Tested by

no test coverage detected