“cc9a860d930c7e336128e1020d29a1d5219811b5”上不存在“develop/api_doc/fluid/nets.html”
[bug] abnormal GPU detection in Mac Os
Created by: TomorrowIsAnOtherDay
export CUDA_VISIBLE_DEVICES="0"
>> from parl.utils import machine_info
>> machine_info.is_gpu_available()
>> True
The return of machine_info.is_gpu_available()
is supposed to be False
in Mac OS, where GPU has not been installed.