Giter VIP home page Giter VIP logo

Comments (9)

robban avatar robban commented on July 17, 2024 1

I am getting this issue also, does anyone have any new input on this?

from deepsolar.

robban avatar robban commented on July 17, 2024 1

Using @fms-santos branch fixed this issue for me. Looked like there was some differences in the inception/slim folder but I am not sure exactly what caused the issue.

from deepsolar.

fms-santos avatar fms-santos commented on July 17, 2024 1

Using @fms-santos branch fixed this issue for me. Looked like there was some differences in the inception/slim folder but I am not sure exactly what caused the issue.

Glad I could help ;)

from deepsolar.

jcthink avatar jcthink commented on July 17, 2024

Resolved the issue by editing the tf.concat function in inception_model.py

tensorflow.python.framework.errors_impl.InvalidArgumentError: Dimension 3 in both shapes must be equal, but are 96 and 32. Shapes are [1,35,35,96] and [1,35,35,32].
From merging shape 2 with other shapes. for 'inception_v3/mixed_35x35x256a/concat/concat_dim' (op: 'Pack') with input shapes: [1,35,35,64], [1,35,35,64], [1,35,35,96], [1,35,35,32].

please help in resolving this issue

Resolved the issue by editing the tf.concat function in inception_model.py

from deepsolar.

jcthink avatar jcthink commented on July 17, 2024

Now i am getting the error in calculating positive score.
pos_score = np.exp(score[:, 1])/(np.exp(score[:, 1])+np.exp(score[:, 0]))
TypeError: tuple indices must be integers, not tuple

from deepsolar.

AloshkaD avatar AloshkaD commented on July 17, 2024

Hi @jcthink, have you resolved the issue?

from deepsolar.

fms-santos avatar fms-santos commented on July 17, 2024

I'm having the same initial issue as @jcthink . Could you explain how did you solve it?

UPDATE:
I think I solved it by downloading the latest version of https://github.com/tensorflow/models/tree/master/research/inception/inception and keeping the inception_model.py and BUILD as is.

from deepsolar.

ZeroCSIS avatar ZeroCSIS commented on July 17, 2024

Now i am getting the error in calculating positive score.
pos_score = np.exp(score[:, 1])/(np.exp(score[:, 1])+np.exp(score[:, 0]))
TypeError: tuple indices must be integers, not tuple

Hi, bro. Have you already solved this problem? I came up with the same error...

from deepsolar.

ZeroCSIS avatar ZeroCSIS commented on July 17, 2024

I'm having the same initial issue as @jcthink . Could you explain how did you solve it?

UPDATE:
I think I solved it by downloading the latest version of https://github.com/tensorflow/models/tree/master/research/inception/inception and keeping the inception_model.py and BUILD as is.

Hi, bro, I tried the same way, downloading the latest version to replace it, but the error still happens. Do you have any ideas?

from deepsolar.

Related Issues (17)

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.