Open Henryhjw opened 2 years ago
You can train the dialogue management agent through the provided training scripts (just ignores the arguments [nlg_model_path] and [nlu_model_path] which are not used in this code). And run the inference scripts on the saved model.
QixianZhou @.***>于2022年2月14日 周一上午11:02写道:
You can train the dialogue management agent through the provided training scripts (just ignores the arguments [nlg_model_path] and [nlu_model_path] which are not used in this code). And run the inference scripts on the saved model.
— Reply to this email directly, view it on GitHub https://github.com/HCPLab-SYSU/Medical_DS/issues/4#issuecomment-1038547248, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQLNB2GT2ZDLRWEX7G6XV63U3BPDNANCNFSM5N7U27AQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Thank you so much!!
I would like to run the code and found that I need pre-training models for NLU and NLG parts, how do I run the code and can you provide me with pre-training models if you have them?