View source: R/install_and_config.R
set_config_gpu_low_memory | R Documentation |
This function changes the memory usage of the gpus to allow computations on machines with small memory. With this function, some computations of large models may be possible but the speed of computation decreases.
set_config_gpu_low_memory()
This function does not return anything. It is used for its side effects.
This function sets TF_GPU_ALLOCATOR to "cuda_malloc_async"
and sets memory growth to TRUE
.
Other Installation and Configuration Tensorflow:
set_config_cpu_only()
,
set_config_os_environ_logger()
,
set_config_tf_logger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.