Conversation
I have updated (almost) all code files' head docstring by adding text from the old API rst files. So we really don't need those files under 3import. The only exception is for the attack recipe . So I keep that as a single item in the sidebar Besides, I just did a comprehensive clean up of all URLs by using the :ref:
Member
Author
|
the error is from calling predict from the flair library in the CheckList augmenter test (not relevant to documentation ) |
Member
Author
|
There seems to be another snippet of code that uses flair to call predict in textattack/constraints/grammaticality/part_of_speech.py |
Member
Author
|
Hanyu figured: seems from flair issues, switching to version 1.6 of torch seems to solve the problem. |
Specify torch version to avoid flair issue: flairNLP/flair#1924
Member
Author
|
All tests passed. This merge also solves the current flair and flow inconsistency issues. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have updated (almost) all code files' head docstring by adding text from the old API rst files. So we really don't need those files under 3import.
The only exception is for the attack recipe. So I keep that as a single item in the sidebar
Besides, I just did a comprehensive clean up of all URLs by using the :ref: