Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Change model input tokens to optional #1099

Closed
wants to merge 1 commit into from

Conversation

FanW123
Copy link

@FanW123 FanW123 commented Nov 1, 2019

Summary: The Byte LSTM does not need the input of tokens, which it inherits from LSTM language model. Making it optional and pass it as None will allow to model to skip build vocab part and report confusing OOV problems.

Reviewed By: kmalik22

Differential Revision: D18253210

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 1, 2019
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18253210

FanW123 pushed a commit to FanW123/pytext that referenced this pull request Nov 1, 2019
Summary:
Pull Request resolved: facebookresearch#1099

The Byte LSTM does not need the input of tokens, which it inherits from LSTM language model. Making it optional and pass it as None will allow to model to skip build vocab part and report confusing OOV problems.

Reviewed By: kmalik22

Differential Revision: D18253210

fbshipit-source-id: 246e7dfab9d200f55fd8c2e030a4036a1cc268a5
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18253210

FanW123 pushed a commit to FanW123/pytext that referenced this pull request Nov 5, 2019
Summary:
Pull Request resolved: facebookresearch#1099

The Byte LSTM does not need the input of tokens, which it inherits from LSTM language model. Making it optional and pass it as None will allow to model to skip build vocab part and report confusing OOV problems.

Reviewed By: kmalik22

Differential Revision: D18253210

fbshipit-source-id: be9060a9d94a850d1911346ca4e9c3679d05d18f
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18253210

FanW123 pushed a commit to FanW123/pytext that referenced this pull request Nov 5, 2019
Summary:
Pull Request resolved: facebookresearch#1099

The Byte LSTM does not need the input of tokens, which it inherits from LSTM language model. Making it optional and pass it as None will allow to model to skip build vocab part and report confusing OOV problems.

Reviewed By: kmalik22

Differential Revision: D18253210

fbshipit-source-id: c217fc63c12de29ea5fba0aa972d51ffaf37fc8a
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18253210

FanW123 pushed a commit to FanW123/pytext that referenced this pull request Nov 5, 2019
Summary:
Pull Request resolved: facebookresearch#1099

The Byte LSTM does not need the input of tokens, which it inherits from LSTM language model. Making it optional and pass it as None will allow to model to skip build vocab part and report confusing OOV problems.

Reviewed By: kmalik22

Differential Revision: D18253210

fbshipit-source-id: 4de4a726c713b8f1d9b3f7991cef5118bf8d13c6
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18253210

FanW123 pushed a commit to FanW123/pytext that referenced this pull request Nov 5, 2019
Summary:
Pull Request resolved: facebookresearch#1099

The Byte LSTM does not need the input of tokens, which it inherits from LSTM language model. Making it optional and pass it as None will allow to model to skip build vocab part and report confusing OOV problems.

Reviewed By: kmalik22

Differential Revision: D18253210

fbshipit-source-id: 05af4bfec1580e835f8576ab01a77a7ca222c5b1
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18253210

Summary:
Pull Request resolved: facebookresearch#1099

The Byte LSTM does not need the input of tokens, which it inherits from LSTM language model. Making it optional and pass it as None will allow to model to skip build vocab part and report confusing OOV problems.

Reviewed By: kmalik22

Differential Revision: D18253210

fbshipit-source-id: 42080fae1c22bf86648892bb18d01a1ad07b6a9c
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D18253210

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1fdb7be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants