Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyuye committed Jul 3, 2020
1 parent a84f782 commit 59cffbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/datasets/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from .general_nlp_benchmark import prepare_glue
from gluonnlp.registry import DATA_PARSER_REGISTRY, DATA_MAIN_REGISTRY


# TODO(zheyuye), lazy_import theses data parser functions and data main function
# and their dependencies by a dictionary mapping the datasets names to the functions.
def list_all_subcommands():
out = []
for key in DATA_PARSER_REGISTRY.list_keys():
Expand Down

0 comments on commit 59cffbf

Please sign in to comment.