Coder Social home page Coder Social logo

image-classification-cifar10-tf's People

Contributors

metropt 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

image-classification-cifar10-tf's Issues

python 3.5 compatebility issue

if you run the two_layer_fc.py in python 3.5 it will throw an error as

Traceback (most recent call last):
File "D:/workspace/python_dir/tf-image-recognition/run_fc_model.py", line 66, in
batch = next(batches)
File "D:\workspace\python_dir\tf-image-recognition\data_helpers.py", line 71, in gen_batch
index = len(data)
TypeError: len() of unsized object

Please ignore the line number coz I've changed the code a little bit.

And the error says the object created by zip() will no longer be 'Sized' so len() could not read its actual length.
So I modified a little at

batches = data_helpers.gen_batch(list(zipped_data), FLAGS.batch_size, FLAGS.max_steps)

That will do the trick.

Really liked your blog, I've read about both of the How to Build a Simple Image Recognition System with TensorFlow series, those have been of great help.

Hope to see more.
Thanks

How to do a prediction in tensorflow ?

Hi,

This tutorial is amazing for a beginner like me.

I have a question about the prediction.

Let's say I have 3 section of data. (I'm not using CIFAR data)

  1. Training data
  2. Test data
  3. Completely foreign data without any labels.

I obtained a training score and test score using your scripts. Now I want to deploy the model in the application. The tensorflow don't have a straightforward syntax for prediction.
It would be helpful if you could add how to make a prediction after restoring the model?

Thanks

Pratheeban

Graph Training in C++

I am trying to convert the python code to c++ for training of graph but am facing difficulties as I am unable to find all the functions of python tensorflow in C++ .

Can I Please know if there exists any source code to train the graph in C++

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.