Skip to content

Commit 6767146

Browse files
committed
Update docs
1 parent 096fef8 commit 6767146

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ All the components of DeepXDE are loosely coupled, and thus DeepXDE is well-stru
5454

5555
## Installation
5656

57-
DeepXDE requires [TensorFlow](https://www.tensorflow.org/) to be installed. Both TensorFlow 1 and TensorFlow 2 can be used as the DeepXDE backend, but TensorFlow 1 is recommended:
58-
59-
- In my tests TensorFlow 2 is 2x~3x slower than TensorFlow 1;
60-
- Currently L-BFGS optimizer is not supported in DeepXDE yet when using TensorFlow 2.
57+
DeepXDE requires [TensorFlow](https://www.tensorflow.org/) to be installed. Both TensorFlow 1 and TensorFlow 2 can be used as the DeepXDE backend, but TensorFlow 1 is recommended, because in my tests TensorFlow 2 is 2x~3x slower than TensorFlow 1.
6158

6259
Then, you can install DeepXDE itself. If you use TensorFlow 2, you need to install DeepXDE by cloning the folder. If you use Python 2, you need to install DeepXDE using `pip`.
6360

docs/user/installation.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
Installation
22
============
33

4-
DeepXDE requires `TensorFlow <https://www.tensorflow.org/>`_ to be installed. Both TensorFlow 1 and TensorFlow 2 can be used as the DeepXDE backend, but TensorFlow 1 is recommended:
5-
6-
- In my tests TensorFlow 2 is 2x~3x slower than TensorFlow 1;
7-
- Currently L-BFGS optimizer is not supported in DeepXDE yet when using TensorFlow 2.
4+
DeepXDE requires `TensorFlow <https://www.tensorflow.org/>`_ to be installed. Both TensorFlow 1 and TensorFlow 2 can be used as the DeepXDE backend, but TensorFlow 1 is recommended, because in my tests TensorFlow 2 is 2x~3x slower than TensorFlow 1.
85

96
Then, you can install DeepXDE itself. If you use TensorFlow 2, you need to install DeepXDE by cloning the folder. If you use Python 2, you need to install DeepXDE using ``pip``.
107

0 commit comments

Comments
 (0)