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

Where is conf_yaml? #1

Open
JiahangOK opened this issue Oct 31, 2019 · 1 comment
Open

Where is conf_yaml? #1

JiahangOK opened this issue Oct 31, 2019 · 1 comment

Comments

@JiahangOK
Copy link

Excuse me, I want to try your codes, but when I begin to train, I find that there is no conf_yaml, so I have no config file. Could you please let me see your config file?

@lamho-bienetre
Copy link

data: '.../'
logF: '.../'
epoch: 20
batch_size: 64
optim: 'adam'
cell: 'lstm'
attention: 'luong_gate'
learning_rate: 0.0003
max_grad_norm: 10
learning_rate_decay: 0.5
start_decay_at: 6
emb_size: 512
hidden_size: 512
dec_num_layers: 3
enc_num_layers: 3
bidirectional: True
dropout: 0.0
max_time_step: 50
eval_interval: 10000
save_interval: 3000
metrics: ['rouge']
shared_vocab: True
beam_size: 10
unk: True
schedule: False
selfatt: True
schesamp: False
swish: True
length_norm: True
gated: True


I create a conf_yaml file like above, it works!

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