Coder Social home page Coder Social logo

Comments (12)

mumairhassan avatar mumairhassan commented on May 27, 2024 1

Yes , I tried it, nothing is happend, the error is same

The problem is with numpy version. If you are using conda env then follow the two steps below and you are good to go with training.
conda uninstall numpy
conda install numpy

from ditto.

Jianghanxiao avatar Jianghanxiao commented on May 27, 2024 1

Thanks for above solution. It seems that the default NumPy will report error. Use pip to upgrade doesn't work. But using conda to install can solve the problem
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

from ditto.

NsiriRoua avatar NsiriRoua commented on May 27, 2024

I found thqt the original problem is .
Error locating target 'src.models.geo_art_model_v0.GeoArtModelV0', see chained exception above.
full_key: model

from ditto.

NsiriRoua avatar NsiriRoua commented on May 27, 2024

But I couldn´t resolve it

from ditto.

Steve-Tod avatar Steve-Tod commented on May 27, 2024

Hmm, that's wired. Because the datamodule is first instantiated here. If there's no problem with the datamodule, there should be no problem with the model. Can you post your running commands and the full error log here?

from ditto.

NsiriRoua avatar NsiriRoua commented on May 27, 2024

the command is with single GPU only

image

the output

image

from ditto.

Steve-Tod avatar Steve-Tod commented on May 27, 2024

Hmmm that's weird, I run the same code but no such error. Can you try PYTHONPATH=. python run.py experiment=Ditto_s2m?

from ditto.

NsiriRoua avatar NsiriRoua commented on May 27, 2024

Yes , I tried it, nothing is happend, the error is same

from ditto.

Steve-Tod avatar Steve-Tod commented on May 27, 2024

Then can you run the demo notebook? https://github.com/UT-Austin-RPL/Ditto/blob/master/notebooks/demo_depth_map.ipynb

from ditto.

NsiriRoua avatar NsiriRoua commented on May 27, 2024

Yes tried run it and I got this error

image

image

from ditto.

Steve-Tod avatar Steve-Tod commented on May 27, 2024

Hmmm that's weird, it seems you can initialize the model in the notebook but not from the script.

One thing to try is run python in the root directory of the repo, then run import src.models.geo_art_model_v0.GeoArtModelV0 and see what happens.

from ditto.

Steve-Tod avatar Steve-Tod commented on May 27, 2024

Good to know that! Is there any other problem?

from ditto.

Related Issues (12)

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.