forked from 626_privacy/tensorflow_privacy
Specifying minimal TF version required (currently 1.13, due to dependency on the train module).
PiperOrigin-RevId: 248809713
This commit is contained in:
parent
7992006077
commit
a94dc626b1
2 changed files with 14 additions and 14 deletions
10
README.md
10
README.md
|
@ -14,10 +14,10 @@ issues currently open.
|
|||
### Dependencies
|
||||
|
||||
This library uses [TensorFlow](https://www.tensorflow.org/) to define machine
|
||||
learning models. Therefore, installing TensorFlow is a pre-requisite. You can
|
||||
find instructions [here](https://www.tensorflow.org/install/). For better
|
||||
performance, it is also recommended to install TensorFlow with GPU support
|
||||
(detailed instructions on how to do this are available in the TensorFlow
|
||||
learning models. Therefore, installing TensorFlow (>= 1.13) is a pre-requisite.
|
||||
You can find instructions [here](https://www.tensorflow.org/install/). For
|
||||
better performance, it is also recommended to install TensorFlow with GPU
|
||||
support (detailed instructions on how to do this are available in the TensorFlow
|
||||
installation documentation).
|
||||
|
||||
In addition to TensorFlow and its dependencies, other prerequisites are:
|
||||
|
@ -50,7 +50,7 @@ and then cloning your fork rather than cloning this repository directly.
|
|||
## Contributing
|
||||
|
||||
Contributions are welcomed! Bug fixes and new features can be initiated through
|
||||
Github pull requests. To speed the code review process, we ask that:
|
||||
GitHub pull requests. To speed the code review process, we ask that:
|
||||
|
||||
* When making code contributions to TensorFlow Privacy, you follow the `PEP8
|
||||
with two spaces` coding style (the same as the one used by TensorFlow) in
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tensorflow
|
||||
tensorflow>=1.13
|
||||
mpmath
|
||||
scipy
|
||||
scipy>=0.17
|
||||
|
|
Loading…
Reference in a new issue