Giter Club home page Giter Club logo

Comments (5)

gaopeng-eugene avatar gaopeng-eugene commented on June 13, 2024 1

Thank you so much. It turned out version is not the problem. There is some mistake in my ~/.keras/keras.json setting. When change backend, change "image_dim_ordering" and "backend" together.
For theano
'{
"image_dim_ordering": "th",
"epsilon": 1e-07,
"floatx": "float32",
"backend": "theano"
}'

For tensorflow
'{
"image_dim_ordering": "tf",
"epsilon": 1e-07,
"floatx": "float32",
"backend": "tensorflow"
}'

from detection-2016-nipsws.

miriambellver avatar miriambellver commented on June 13, 2024

hi!

I am also using Theano backend, I can tell you the versions that I used in case this is the problem:

Keras: 1.1.0
Theano: 0.9.0.dev2
cuda/7.5
CUDNN/5.1.3

from detection-2016-nipsws.

gaopeng-eugene avatar gaopeng-eugene commented on June 13, 2024

Thanks for your quick reply and amazing project.

Can you tell me the command to install theano:0.9.0.dev2?

I can only install keras 1.1.0 by pip install keras==1.1.0 but not theano==0.9.0.dev2

from detection-2016-nipsws.

gaopeng-eugene avatar gaopeng-eugene commented on June 13, 2024

Could not find a version that satisfies the requirement theano==0.9.0.dev2 (from versions: 0.8.0, 0.4.0, 0.4.0rc3, 0.4.0rc1, 0.4.1, 0.8.0rc1, 0.4.1rc1, 0.8.2, 0.7.0rc1, 0.3.0rc4, 0.5.0rc2, 0.6.0, 0.5.0rc1, 0.3.0, 0.4.0, 0.4.1rc2, 0.4.1, 0.4.1rc2, 0.6.0rc5, 0.6.0rc3, 0.8.0rc1, 0.7.0, 0.6.0rc5, 0.5.0, 0.6.0rc2, 0.7.0rc2, 0.4.0rc4, 0.8.0, 0.7.0, 0.6.0rc3, 0.3.0rc4, 0.7.0rc1, 0.3.1rc2, 0.4.0rc1, 0.3.1, 0.4.0rc2, 0.4.0rc4, 0.6.0rc2, 0.7.0rc2, 0.5.0rc2, 0.6.0, 0.5.0, 0.4.1rc1, 0.3.1rc1, 0.4.0rc3, 0.5.0rc1, 0.3.1rc1, 0.8.1, 0.3.1rc2, 0.6.0rc1, 0.6.0rc1, 0.3.0, 0.4.0rc2, 0.3.1, 0.8.1)

from detection-2016-nipsws.

miriambellver avatar miriambellver commented on June 13, 2024

Actually I tested the code in two different environments. Maybe it will be easier to test it on the other configuration that worked for me, in this case I used:

Theano (0.8.2)
Keras (1.0.8)

from detection-2016-nipsws.

Related Issues (20)

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.