Skip to content
Snippets Groups Projects
Commit 4f4290da authored by zqwerty's avatar zqwerty
Browse files

add unified data loading function to convlab2/__init__.py

parent 5c849330
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ from convlab2.policy import Policy
from convlab2.nlg import NLG
from convlab2.dialog_agent import Agent, PipelineAgent
from convlab2.dialog_agent import Session, BiSession, DealornotSession
from convlab2.util.unified_datasets_util import load_dataset, load_database
from convlab2.util.unified_datasets_util import load_dataset, load_database, load_unified_data, \
load_nlu_data, load_dst_data, load_policy_data, load_nlg_data, load_e2e_data
from os.path import abspath, dirname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment