Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
def
time_string():
17
ISOTIMEFORMAT =
'%Y-%m-%d %X'
18
string =
'[{}]'
.format(
19
time.strftime(ISOTIMEFORMAT, time.gmtime(time.time())))
20
return
string
21
22
23
class
AverageMeter(object):
Callers
10
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
train
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected