Skip to content

Commit 526aa90

Browse files
authored
Improve grammar in runtime_environment.rst (#29)
Added an article
1 parent f1cc1a8 commit 526aa90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/runtime_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ Limiting GPU memory Growth
6161
-----------------------------------------
6262

6363
By default, OpenVisionCapsules maps all available memory of all visible CUDA configured GPUs.
64-
To prevent this, use following Environment flag while using Tensorflow.
64+
To prevent this, use the following Environment flag while using Tensorflow.
6565

6666
.. code-block:: python
6767
6868
TF_FORCE_GPU_ALLOW_GROWTH=True
6969
7070
- This Environment variable is only applicable to Tensorflow.
7171

72-
For proper reference, visit Tensorflow: https://www.tensorflow.org/guide/gpu#limiting_gpu_memory_growth
72+
For proper reference, visit Tensorflow: https://www.tensorflow.org/guide/gpu#limiting_gpu_memory_growth

0 commit comments

Comments
 (0)