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

Training command line does not include dev set #6

Open
edmcman opened this issue Oct 4, 2020 · 0 comments
Open

Training command line does not include dev set #6

edmcman opened this issue Oct 4, 2020 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@edmcman
Copy link
Collaborator

edmcman commented Oct 4, 2020

Training command line does not include dev set:

python exp.py \
    train \
    --cuda \
    --work-dir=exp_runs/dire.hybrid \
    --extra-config='{ "data": {"train_file": "data/preprocessed_data/train-shard-*.tar" }, "decoder": { "input_feed": false, "tie_embedding": true }, "train": { "evaluate_every_nepoch": 5, "max_epoch": 60 } }' \
    data/config/model.hybrid.jsonnet

Fixed in ed-wip branch, close when merged.

@edmcman edmcman self-assigned this Oct 4, 2020
@edmcman edmcman added the documentation Improvements or additions to documentation label Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant