Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ run_step
Method
run_step
tensorpack/train/trainers.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
Note that `steps_per_epoch` and `max_epochs` are still valid options.
63
""
"
64
def
run_step(self):
65
self.hooked_sess.run([])
66
67
68
# Only exists for type check & back-compatibility
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected