-
Notifications
You must be signed in to change notification settings - Fork 799
Add the ability to pass parameter values to gen-default-config #856
Conversation
41975f1
to
7b498b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Titousensei has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Titousensei has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@Titousensei has updated the pull request. Re-import the pull request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Titousensei has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@Titousensei has updated the pull request. Re-import the pull request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Titousensei has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
> pytext gen-default-config DocumentClassificationTask field_names=text,label column_mapping=a:1,b:2 When there's possible conflicts finding the exact parameter, you get a nice error message with the possible paths > pytext gen-default-config DocumentClassificationTask freeze=0 ... Exception: Multiple possibilities for freeze=1: task.model.embedding.freeze, task.model.representation.freeze, task.model.representation.lstm.freeze, task.model.decoder.freeze, task.model.output_layer.freeze Choose the parameter you want by passing the unambiguous suffix of one of the paths > pytext gen-default-config DocumentClassificationTask decoder.freeze=0
@Titousensei has updated the pull request. Re-import the pull request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Titousensei has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@Titousensei merged this pull request in a528c75. |
When there's possible conflicts finding the exact parameter, you get a nice error message with the possible paths
Choose the parameter you want by passing the unambiguous suffix of one of the paths
Motivation and Context
How Has This Been Tested
Types of changes
Checklist