TensorFlow Tutorial 1: Installation and First TensorFlow Programs Walk-through

preview_player
Показать описание
TensorFlow Tutorial 1: Installation and First TensorFlow Programs Walk-through

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

Very impressed with your teaching style and the depth you go in for beginners like myself. Really appreciated. Keep up the great work

mohammadrizvi
Автор

Your documentation is extremely well versed, please do not ever stop. Nd may you be an inspiration to all.

normansabin
Автор

Someone : what kind of wallpaper do you want?
Chris Dahms : yes.

joannot
Автор

Just a little info to anyone just getting started with this tutorial and is having issues regarding installing the applicable versions of the various software needed, here's a few below:

Python - 3.6
Tensorflow - 1.50
numpy - 1.16.4
CUDA - 9.0
cudnn - 7.0

mohdo.
Автор

Man that's super. I have gone through some other YouTube videos. You cover all relevant steps. Looking forward to check the tutorial 2

michaelmutekeri
Автор

Just followed the details provided in video able to finish TensorFlow samples. Good Job

chikkalain
Автор

One of the best material found in internet

kshitizaryal
Автор

You should receive a Medal, for your tutorials, explanation and codes. They are so simple and easy to understand especially for begginers like me, thanks a lot for sharing your knowledge :)

Gianluca
Автор

loads of appreciations for easy understanding!

chethankumarnp
Автор

I am getting an error: when I execute tensorboard --logdir="mypath", I get the link and paste it to the browser. then it says, "this site can't be reached". any suggestion about that will be appreciated.

mdshahjalal
Автор

Very nice tutorial, especially considering you made it at 3 AM

LCDRaidsProof
Автор

Please help. when im trying pip3 install --upgrade tensorflow : Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow

lukagvenetadze
Автор

Your are very versatile man like me. I have seen your videos on micro controllers, opencv. I would love do cycling with you one day.

chandanpreet
Автор

Great and detailed tutorial. Thanks Chris!

fl
Автор

Awesome tutorials with a lot of background info. I likes the handling params with argparser. I wrote a small app lately, and handling params in a clumsy way. Wondering how programs like Vim do it, and here it is.

trieulieuf
Автор

11PM: i´m going to go to bed early today

3AM: Hello and welcome to my TensorFlow Tutorial

ZockerBrowsLP
Автор

Thank you so much you are an amazing teacher!

lineage
Автор

No module named tensorflow less... (Ctrl+F1)
@min10:00
Inspection info: This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items

THEN
ModuleNotFoundError: No module named 'tensorflow'

Noone-wlld
Автор

if you get this message error in Pycharm "pycharm import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'",


go to Files ->
Project: "name of your project" ->
project interpreter ->
click on "+" symbol on your right
then type "tensorflow"
then click on "Install Package "
wait for installing then you can run without any problem your script who including " import tensorflow as tf"

Florian-zvjc
Автор

if you guys are having trouble with installing tensorflow using PIP and having following error:
"Could not find a version that satisfies the requirement tensorflow"
Then first uninstall all previous version of python first and install version python 3.6.x 64 bit

mohammadshamimimtiaz