MCPcopy Create free account
hub / github.com/cure-lab/deep-active-learning / time_string

Function time_string

utils.py:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def time_string():
17 ISOTIMEFORMAT = '%Y-%m-%d %X'
18 string = '[{}]'.format(
19 time.strftime(ISOTIMEFORMAT, time.gmtime(time.time())))
20 return string
21
22
23class AverageMeter(object):

Callers 10

trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90
trainMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected