Skip to content

Commit

Permalink
Improve grammar in runtime_environment.rst (#29)
Browse files Browse the repository at this point in the history
Added an article
  • Loading branch information
vishalsingha committed Dec 13, 2020
1 parent f1cc1a8 commit 526aa90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/runtime_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ Limiting GPU memory Growth
-----------------------------------------

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

.. code-block:: python
TF_FORCE_GPU_ALLOW_GROWTH=True
- This Environment variable is only applicable to Tensorflow.

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

0 comments on commit 526aa90

Please sign in to comment.