warn_if_parameter_server_with_multi_gpu | R Documentation |
Warn the user that training will not fully leverage all the GPU cores if parameter server is enabled and a multi-GPU instance is selected. Distributed training with the default parameter server setup doesn't support multi-GPU instances.
warn_if_parameter_server_with_multi_gpu(training_instance_type, distribution)
training_instance_type |
(str): A string representing the type of training instance selected. |
distribution |
(dict): A dictionary with information to enable distributed training. (Defaults to None if distributed training is not enabled.). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.