forked from google-research/albert
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging run_classifier_with_tfhub into run_classifier because the imp…
…lementations diverged. Requiring tensorflow 1.15 for einsum grad issue. PiperOrigin-RevId: 286643632
- Loading branch information
1 parent
eda4dc2
commit 941051a
Showing
6 changed files
with
98 additions
and
342 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
tensorflow >=1.11.0,<2.0.0 # CPU Version of TensorFlow. | ||
# tensorflow-gpu >=1.11.0,<2.0.0 # GPU version of TensorFlow. | ||
tensorflow==1.15 # CPU Version of TensorFlow (Python2-only) | ||
# tensorflow-gpu==1.15 # GPU version of TensorFlow (Python2-only) | ||
sentencepiece |
This file contains 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
Oops, something went wrong.