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

Fix Heirarchical intent and slot filling demo is broken (#1012) #1151

Closed
wants to merge 1 commit into from

Conversation

sdwivedi
Copy link

@sdwivedi sdwivedi commented Nov 20, 2019

In daae0c3, the column_schema for
AnnotationNumberizer changed from str to List[str], which led to the
broken demo

Motivation and Context

Fixes #1012

How Has This Been Tested

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have completed my CLA (see CONTRIBUTING)
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…arch#1012)

In daae0c3, the column_schema for
AnnotationNumberizer changed from str to List[str], which led to the
broken demo
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 20, 2019
@ButteredGroove
Copy link

I was able to train a hierarchical intent and slot filling model using this fix. Thanks!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwu1993 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@mwu1993 merged this pull request in 1289b24.

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.

Hierarchical intent and slot filling demo is broken
3 participants