install_py_modules {aifeducation} | R Documentation |
Function for installing the necessary python modules
install_py_modules(
envname = "aifeducation",
install = "pytorch",
tf_version = "2.15",
pytorch_cuda_version = "12.1",
python_version = "3.9",
remove_first = FALSE,
cpu_only = FALSE
)
envname |
|
install |
|
tf_version |
|
pytorch_cuda_version |
|
python_version |
|
remove_first |
|
cpu_only |
|
Returns no values or objects. Function is used for installing the necessary python libraries in a conda environment.
Other Installation and Configuration:
AifeducationConfiguration
,
aifeducation_config
,
check_aif_py_modules()
,
set_config_cpu_only()
,
set_config_gpu_low_memory()
,
set_config_os_environ_logger()
,
set_config_tf_logger()
,
set_transformers_logger()