MCPcopy
hub / github.com/tensorflow/tfjs-examples / makeMetadata

Function makeMetadata

mnist-acgan/gan.js:407–414  ·  view source on GitHub ↗
(totalEpochs, currentEpoch, completed)

Source from the content-addressed store, hash-verified

405}
406
407function makeMetadata(totalEpochs, currentEpoch, completed) {
408 return {
409 totalEpochs,
410 currentEpoch,
411 completed,
412 lastUpdated: new Date().getTime()
413 }
414}
415
416async function run() {
417 const args = parseArguments();

Callers 1

runFunction · 0.85

Calls 1

getTimeMethod · 0.80

Tested by

no test coverage detected