This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this change Travis will turn green. When we import compat.v1, we shouldn't do tf.compat.v1 anymore. Also the following to unclog Travis: six>=1.12.0 is required by tf-hub 0.8.0, one of the core dependencies seems to be installing tf-hub, so pinning tf-hub to 0.7.0 (which is in the extras section) doesn't seem to help. Locally the previous setup.py installs fine, but only errors on Travis for some reason. PiperOrigin-RevId: 307203166
- Loading branch information
1 parent
12d63a3
commit f5d7374
Showing
5 changed files
with
9 additions
and
9 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
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 |
---|---|---|
|
@@ -114,4 +114,4 @@ def main(_): | |
|
||
|
||
if __name__ == "__main__": | ||
tf.compat.v1.app.run() | ||
tf.app.run() |