We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3ca94 commit 0b1b535Copy full SHA for 0b1b535
1 file changed
templates/text_classification/_sidebar.py
@@ -9,6 +9,7 @@
9
distributed_options,
10
ignite_handlers_options,
11
ignite_loggers_options,
12
+ test_all_options,
13
)
14
15
@@ -79,5 +80,6 @@ def get_configs() -> dict:
79
80
distributed_options(config)
81
ignite_handlers_options(config)
82
ignite_loggers_options(config)
83
+ test_all_options(config)
84
85
return config
0 commit comments