Skip to content

Commit

Permalink
fix: add test options in text classification (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Apr 20, 2021
1 parent 1a3ca94 commit 0b1b535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/text_classification/_sidebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
distributed_options,
ignite_handlers_options,
ignite_loggers_options,
test_all_options,
)


Expand Down Expand Up @@ -79,5 +80,6 @@ def get_configs() -> dict:
distributed_options(config)
ignite_handlers_options(config)
ignite_loggers_options(config)
test_all_options(config)

return config

0 comments on commit 0b1b535

Please sign in to comment.