Giter Club home page Giter Club logo

machinelearning's People

Contributors

ericzeiberg avatar

Watchers

 avatar  avatar  avatar

machinelearning's Issues

Eval

Hello
I would like to know how can I eval the model. I did some attempts but none of them worked fo me.

For example:

flags.DEFINE_string('checkpoint',  "checkpoints/-2400", 'Checkpoint file')
flags.DEFINE_boolean('eval', True, 'Whether to train or evaluate')
flags.DEFINE_string('image', "images/0065UL-330.png", 'Image file for evaluation')

Return:

Instructions for updating:
Use `tf.global_variables_initializer` instead.
Traceback (most recent call last):
  File "learn.py", line 86, in <module>
    predictions = model.predict(img)
  File "/Users/samirantonio/anaconda/envs/flappybird/lib/python2.7/site-packages/tflearn/models/dnn.py", line 204, in predict
    return self.predictor.predict(feed_dict)
  File "/Users/samirantonio/anaconda/envs/flappybird/lib/python2.7/site-packages/tflearn/helpers/evaluator.py", line 69, in predict
    o_pred = self.session.run(output, feed_dict=feed_dict).tolist()
  File "/Users/samirantonio/anaconda/envs/flappybird/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 766, in run
    run_metadata_ptr)
  File "/Users/samirantonio/anaconda/envs/flappybird/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 943, in _run
    % (np_val.shape, subfeed_t.name, str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (1, 36, 36, 3) for Tensor u'InputData/X:0', which has shape '(?, 125, 30, 3)'

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.