Skip to content

Commit 0b1b535

Browse files
authored
fix: add test options in text classification (#99)
1 parent 1a3ca94 commit 0b1b535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/text_classification/_sidebar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
distributed_options,
1010
ignite_handlers_options,
1111
ignite_loggers_options,
12+
test_all_options,
1213
)
1314

1415

@@ -79,5 +80,6 @@ def get_configs() -> dict:
7980
distributed_options(config)
8081
ignite_handlers_options(config)
8182
ignite_loggers_options(config)
83+
test_all_options(config)
8284

8385
return config

0 commit comments

Comments
 (0)