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

Method test_engine

tests/test_pytorch_ignite.py:7–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class TestPytorchIgnite(unittest.TestCase):
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