Skip to content

Fixing #120 #121

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

Merged
merged 2 commits into from
Aug 4, 2017
Merged

Fixing #120 #121

merged 2 commits into from
Aug 4, 2017

Conversation

fsonntag
Copy link
Contributor

@fsonntag fsonntag commented Aug 3, 2017

Fixing problem in advanced NLP tutorial

Fixing problem in advanced NLP tutorial
# These two statements enforce the constraint that we never transfer *to* the start tag,\n",
# and we never transfer *from* the stop tag (the model would probably learn this anyway,\n",
# so this enforcement is likely unimportant)\n",
self.transitions.data[tag_to_ix[START_TAG], :] = -10000\n",

This comment was marked as off-topic.

This comment was marked as off-topic.

@chsasank chsasank merged commit 2b15cbb into pytorch:master Aug 4, 2017
@chsasank
Copy link
Contributor

chsasank commented Aug 4, 2017

Thanks @fsonntag !

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.

2 participants