MCPcopy Create free account
hub / github.com/Kaggle/docker-python / update_fn

Method update_fn

tests/test_pytorch_ignite.py:9–10  ·  view source on GitHub ↗
(engine, batch)

Source from the content-addressed store, hash-verified

7 def test_engine(self):
8
9 def update_fn(engine, batch):
10 pass
11
12 engine = Engine(update_fn)
13 engine.run([0, 1, 2])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected