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 f1cc1a8 commit 526aa90Copy full SHA for 526aa90
docs/runtime_environment.rst
@@ -61,12 +61,12 @@ Limiting GPU memory Growth
61
-----------------------------------------
62
63
By default, OpenVisionCapsules maps all available memory of all visible CUDA configured GPUs.
64
-To prevent this, use following Environment flag while using Tensorflow.
+To prevent this, use the following Environment flag while using Tensorflow.
65
66
.. code-block:: python
67
68
TF_FORCE_GPU_ALLOW_GROWTH=True
69
70
- This Environment variable is only applicable to Tensorflow.
71
72
-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 commit comments