We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7666abc commit dbc9a57Copy full SHA for dbc9a57
README.md
@@ -95,7 +95,7 @@ installed TensorFlow version. Run it in a cell before executing your Python
95
code:
96
97
```
98
-!pip install tensorflow-compression~=$(pip show tensorflow | perl -p -0777 -e 's/.*Version: (\\d+\\.\\d+).*/\\1.0/sg')
+!pip install tensorflow-compression~=$(pip show tensorflow | perl -p -0777 -e 's/.*Version: (\d+\.\d+).*/\1.0/sg')
99
100
101
Note: The binary packages of TFC are tied to TF with the same minor version
0 commit comments