Skip to content
Snippets Groups Projects
Unverified Commit 2708b7ed authored by Mashiro's avatar Mashiro Committed by GitHub
Browse files

fix ci (#424)

parent 813f49bf
No related branches found
No related tags found
No related merge requests found
......@@ -1539,6 +1539,7 @@ class TestRunner(TestCase):
runner.train()
# 9 Test training with a dataset without metainfo
cfg.experiment_name = 'test_train9'
cfg = copy.deepcopy(cfg)
cfg.train_dataloader.dataset = dict(type='ToyDatasetNoMeta')
runner = runner.from_cfg(cfg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment