Giter VIP home page Giter VIP logo

tensorflow-cnn-tutorial's Introduction

Deep Learning CNN's in Tensorflow with GPUs

Tensorflow tutorial on convolutional neural networks.

In this tutorial, you’ll learn the architecture of a convolutional neural network (CNN), how to create a CNN in Tensorflow, and provide predictions on labels of images. Finally, you’ll learn how to run the model on a GPU so you can spend your time creating better models, not waiting for them to converge.

https://hackernoon.com/deep-learning-cnns-in-tensorflow-with-gpus-cba6efe0acc2

tensorflow-cnn-tutorial's People

Contributors

colemurray avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tensorflow-cnn-tutorial's Issues

problem setting things up

I downloaded the environment27.yml file.
When I run $conda env create -f environment27.yml,
I get an error:

  Could not find a version that satisfies the requirement mnist-conv2d-medium-tutorial==0.0.0 (from -r /home/user/cnn/condaenv.SKlj4T.requirements.txt (line 1)) (from versions: )
No matching distribution found for mnist-conv2d-medium-tutorial==0.0.0 (from -r /home/user/cnn/condaenv.SKlj4T.requirements.txt (line 1))

When I delete the lins 23 and 24

- pip:
- mnist-conv2d-medium-tutorial==0.0.0

This runs sucessfull.
$python setup.py, is successfull
but then I get stuck at running the training script

$python train.py 
Traceback (most recent call last):
  File "train.py", line 3, in <module>
    import mnist_conv2d_medium_tutorial.mnist as mnist
ImportError: No module named mnist_conv2d_medium_tutorial.mnist

I do not have any .mnist files or should this me created with the environment27.yml?

evaluate.py

Can you help me please i have this error

python evaluate.py
Traceback (most recent call last):
File "evaluate.py", line 35, in
tf.app.run()
File "C:\Users\USER\AppData\Local\conda\conda\envs\tensorflow\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "evaluate.py", line 28, in main
evaluate()
File "evaluate.py", line 11, in evaluate
images, labels = mnist.load_test_data(FLAGS.test_data)
File "C:\Users\USER\Desktop\hala_training\tensorflow-cnn-tutorial-add_model_functions\mnist_conv2d_medium_tutorial\mnist.py", line 45, in load_test_data
x_test = x_test.reshape(len(x_test), IMAGE_SIZE, IMAGE_SIZE, 1)
File "C:\Users\USER\AppData\Local\conda\conda\envs\tensorflow\lib\site-packages\pandas\core\generic.py", line 3081, in getattr
return object.getattribute(self, name)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.