Giter VIP home page Giter VIP logo

tensorflow-cpp-api-training's People

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

Watchers

 avatar  avatar  avatar

tensorflow-cpp-api-training's Issues

Saving the model?

Hello, thank u for ur tensorflow C++ code!
How can I save the model after training?
Is there a method like saver in python API to save the model into a ckpt file or .pb file?

Create Model file for Object (face) Recognition in C++

Hi
I am doing research on face Recognition using tensorflow
Can I please know how how to use the code to create model file for face recognition.

Task (required in C++)
I have 5 folders, each folder has 4 images of a particular person.
I would like to train the images and generate a model file from scratch.
I would then like to use the model file for recognizing one of the 5 persons

Steps followed

  1. https://www.tensorflow.org/tutorials/image_retraining
    Issues

  2. Its in Python , but I wanted in C++

  3. It is not training the model file from scratch

  4. https://github.com/tensorflow/models/tree/master/research/inception/inception
    Issue Resolved - Model can be trained from scratch
    Unresolved Issue - Its in Python , but I wanted in C++

Please help me in creating the model file in C++

OK vs. Not found: mlp.pb

i am testing your code on Xcode 8.2 with mac 10.11.6.
TF_CHECK_OK(ReadBinaryProto(Env::Default(), graph_definition, &graph_def)); this line gives me a crash.
Check failed: ::tensorflow::Status::OK() == (ReadBinaryProto(Env::Default(), graph_definition, &graph_def)) (OK vs. Not found: mlp.pb)

Any idea why it is doing so?

Documentation: What does your model do?

First, thank you for the post I'm trying similar things with the C++ API. However, when reading through the blog post it wasn't clear to me what the model actually does. Is it just adding 32 random numbers generated between 0 to 1 together?

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.