Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model hyperparams #13

Open
wangshuo6699 opened this issue Sep 3, 2019 · 1 comment
Open

model hyperparams #13

wangshuo6699 opened this issue Sep 3, 2019 · 1 comment

Comments

@wangshuo6699
Copy link

how to set model hyperparams?Can you offer a useful params list?
Thanks

@Hanlard
Copy link

Hanlard commented Dec 30, 2019

论文里的参数
parser.add_argument("--hps", help="model hyperparams",
default={ "wemb_ft":False, "wemb_dim":300, "wemb_dp":0.5,
"psemb_dim":50, "psemb_dp": 0.5,
"pemb_dim":50, "pemb_dp":0.5,
"eemb_dim":50, "eemb_dp":0.5,
"lstm_dim":220, "lstm_layers":1, "lstm_dp":0.5,
"gcn_layers":3, "gcn_et":3, "gcn_dp":0.5, "gcn_use_bn":False,
"use_highway":True,
"sa_dim":300},
required=False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants