zer0n / deepframeworks

Evaluation of Deep Learning Frameworks
2.05k stars 304 forks source link

Tensorflow runs under bash for ubuntu for windows #19

Closed chm90 closed 7 years ago

chm90 commented 8 years ago

Hi there. Well written, just wanted to add that even though there isn't any official support for tensorflow under windows, I can confirm it does run under the bash for ubuntu for windows beta. Haven't tried GPU though.

iev6 commented 7 years ago

does the GPU work? I don't think the bash in windows gets access to the GPU memory.

marian-margeta commented 7 years ago

Actually tensorflow runs under windows natively at least since version 0.12. I am using it in Win 10 and it works perfectly. It should have also support for GPU with CUDA 8, but I haven't tried it yet. For installing under win with GPU, try following command: pip install tensorflow-gpu

more info: https://developers.googleblog.com/2016/11/tensorflow-0-12-adds-support-for-windows.html