03-29 06:49
Recent Posts
Recent Comments
관리 메뉴

너와나의 관심사

tensorflow 동작시 cpu only mode 전용 본문

카테고리 없음

tensorflow 동작시 cpu only mode 전용

벤치마킹 2018. 9. 29. 00:00





import os

os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID"
os.environ['CUDA_VISIBLE_DEVICES'] = '-1'


Comments