proteneer / khan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove GPU check

proteneer opened this issue · comments

the GPU check is causing us to allocate all the GPUs visible via CUDA_VISIBLE_DEVICES. This causes issues if we could see N gpus but only specify using K (passed into --gpus). The check causes us to grab all N gpus as opposed to K gpu slots.

this is more likely to be an older tf bug. closing