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

iwslt #126

Merged
merged 3 commits into from
Sep 22, 2017
Merged

iwslt #126

merged 3 commits into from
Sep 22, 2017

Conversation

bmccann
Copy link
Contributor

@bmccann bmccann commented Sep 21, 2017

No description provided.



class IWSLT(TranslationDataset, data.Dataset):
"""Defines a dataset for the multi-modal IWSLT 2016 task"""

This comment was marked as off-topic.

DE = data.Field(tokenize=tokenize_de)
EN = data.Field(tokenize=tokenize_en)

train, val, test = datasets.IWSLT.splits(exts=('.de', '.en'), fields=(DE, EN))

This comment was marked as off-topic.

This comment was marked as off-topic.

@jekbradbury jekbradbury merged commit 0c1f0e9 into master Sep 22, 2017

Arguments:

root: directory containing Multi30k data

This comment was marked as off-topic.

jekbradbury pushed a commit that referenced this pull request Oct 9, 2017
@jekbradbury jekbradbury deleted the iwslt branch October 17, 2017 02:47
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

Successfully merging this pull request may close these issues.

None yet

3 participants