Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Closed11/Unsupervised-Image-Classification
/ reset_time
Function
reset_time
UIC/util.py:67–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
# reset logger elapsed time
67
def
reset_time():
68
log_formatter.start_time = time.time()
69
logger.reset_time = reset_time
70
71
return
logger
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected