Test conda environment

testOrthosEnv()

Value

A list indicating whether keras is available, and the version of TensorFlow.

Author

Charlotte Soneson

Examples

testOrthosEnv()
#> === TensorFlow/Keras Diagnostic ===
#> TF Version:  2.15.0 
#> LD_LIBRARY_PATH:
#>   
#> Build Info:
#> $is_cuda_build
#> [1] FALSE
#> 
#> $is_rocm_build
#> [1] FALSE
#> 
#> $is_tensorrt_build
#> [1] FALSE
#> 
#> Physical Devices:
#> [[1]]
#> PhysicalDevice(name='/physical_device:CPU:0', device_type='CPU')
#> 
#> Keras Available:  TRUE 
#> ===================================
#> $keras_available
#> [1] TRUE
#> 
#> $build_info
#> $build_info$is_cuda_build
#> [1] FALSE
#> 
#> $build_info$is_rocm_build
#> [1] FALSE
#> 
#> $build_info$is_tensorrt_build
#> [1] FALSE
#> 
#> 
#> $tf_version
#> [1] "2.15.0"
#> 
#> $cuda_version
#> NULL
#> 
#> $cudnn_version
#> NULL
#> 
#> $devices
#> [1] "/physical_device:CPU:0"
#> 
#> $ld_library_path
#> [1] ""
#>