Installing tensorflow (cpu) & keras on Windows

preview_player
Показать описание
This video shows how to install tensorflow-cpu version and keras on windows

Рекомендации по теме
Комментарии
Автор

Thank for the video Anuj. I wan't able to install these and thought my console was just hanging. Didn't know it takes a while.

archowdhury
Автор

Bhai tum god ho :), have been following a lot of your videos, so simply explained. I was having a lot of problems while installing tensorflow, but your video was really helpful! Keep up the good work :)

bondmanu
Автор

Thanks for the video Anuj, I have installed successfully for python 3.6. Current version is 3.7 is still works I was facing problem for the same.

Jwaladeepa
Автор

Hi Anuj! Great video, thanks! I finished installing and received this warning: The TensorFlow library wasn't compiled to use FMA (SSE, AVX, ect) instructions, but these are available on your machine and could speed up CPU computations. Do you know (or have a video) where I can activate these guys? Thanks!

daniloktz
Автор

can i install keras and run on intel UHD graphics with i3 10th gen?? plz help

sunrising
Автор

I have installed tensorflow and keras successfully using command windows. The only problem is that I cannot import it in spyder and Ipython.

profarvind
Автор

one question, which IDE do i manage if i using this anaconda prompt. After install all those external library, which IDE do I use to develop my program. I only have Python shell, and pip did not work really well for importing scipy, but it easy using conda. But I am still confuse where should i write my program after finish installing these library using anaconda prompt? Is it shell, spyder, jupiter??? I am confuse

ahmadfitri
Автор

Hi again, I followed this video and my .json file contains the same content as yours, but when I type import keras, it's showing Using Theano backend. Any suggestions?

sokhibtukhtaev
Автор

what development environment do you use?

ahmadfitri
Автор

Error: is not a supported wheel on this platform.

theauthor
Автор

I have a confusion, Isnt keras to be installed outside tensorflow environment !

rajendraprasadpatil
Автор

how to install Opencv to the environment we created? i try to do one of your tutorial but i cant import cv2 and i cant install it on the environment

ahmadfitri
Автор

Thanks a lot !! but when running : pip install keras : I have an error : 'Failed building wheel for scipy'

MrSimon
Автор

Hello, nice video thx !
But I have a problem, i'm a beginner with python, keras, tensorflow etc..

I'm using Linux and when I write "Import tensorflow as tf", I have the error :
"Permission not allowed (core dumped)"
I don't know what to do.. :(

NeSsQwiiK
Автор

hi anuj how to change this command for python 3.6

sameermalik
Автор

Good video .. followed this and installed. However, if you are in corporate environment behind firewall.. use proxy to install using pip command.

Ex: Your command looks like this in windows platform

This would work!!

TheExpression
Автор

Hi. Thanks for the nice tutorial. One fast question. I ma not using anacando and only use pip to do my installation. I have python 3.6 on windows 10 pro. I used the following line:
pip install keras
But then it gives an error in installing scipy: Failed building wheel for scipy
This is what it returns, does anyone know what the problem is? Whenever I want to install sth like opencv, etc I have these kind of problems. Here's the error:
Running from scipy source directory.
non-existing path in 'scipy\\integrate': 'quadpack.h'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\User\AppData\Local\Temp\pip-build-1nbnmsvh\scipy\setup.py", line 416, in <module>
setup_package()
File "C:\Users\User\AppData\Local\Temp\pip-build-1nbnmsvh\scipy\setup.py", line 412, in setup_package
setup(**metadata)
File "c:\users\user\appdata\local\programs\python\python36\lib\site-packages\numpy\distutils\core.py", line 135, in setup
config = configuration()
File "C:\Users\User\AppData\Local\Temp\pip-build-1nbnmsvh\scipy\setup.py", line 336, in configuration

File "c:\users\user\appdata\local\programs\python\python36\lib\site-packages\numpy\distutils\misc_util.py", line 1029, in add_subpackage
caller_level = 2)
File "c:\users\user\appdata\local\programs\python\python36\lib\site-packages\numpy\distutils\misc_util.py", line 998, in get_subpackage
caller_level = caller_level + 1)
File "c:\users\user\appdata\local\programs\python\python36\lib\site-packages\numpy\distutils\misc_util.py", line 935, in
config =
File "scipy\setup.py", line 15, in configuration

File "c:\users\user\appdata\local\programs\python\python36\lib\site-packages\numpy\distutils\misc_util.py", line 1029, in add_subpackage
caller_level = 2)
File "c:\users\user\appdata\local\programs\python\python36\lib\site-packages\numpy\distutils\misc_util.py", line 998, in get_subpackage
caller_level = caller_level + 1)
File "c:\users\user\appdata\local\programs\python\python36\lib\site-packages\numpy\distutils\misc_util.py", line 935, in
config =
File "scipy\linalg\setup.py", line 20, in configuration
raise NotFoundError('no lapack/blas resources found')
no lapack/blas resources found


Command -u -c "import setuptools, tokenize;__file__='C:\\Users\\User\\AppData\\Local\\Temp\\pip-build-1nbnmsvh\\scipy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record --compile" failed with error code 1 in

erfanebrahimi
Автор

>>> import keras
Using TensorFlow backend.
2017-11-04 09:54:10.287274: I Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2


i am getting this error

RinkuYadav-ursx
Автор

C: was unexpected at this time.
I am having this error, I have Python 3.6.1, can you help?

Nilay
Автор

Hi Anuj. Thanks again for your nice video. I installed theano and keras on python3.5 environment, recently I installed tensorflow on this environment. when write "import keras" it says using theano backened.
If I wanna implement CNN by tensorflow and keras, I need to change my keras backened??
Can you please let me know should I change it or if should how can I change it
Thank you so much

shittel_ta