Giter Club home page Giter Club logo

Comments (5)

os1a avatar os1a commented on June 25, 2024

Can you please provide more details when you get this error?
Is it during compiling or after that when running the test script?

from multimodal-future-prediction.

Prathi1109 avatar Prathi1109 commented on June 25, 2024

Thank you for your response. I didn't face the error when I changed the path in wemd.py from
lib = ctypes.cdll.LoadLibrary('wemd/lib/libwemd.so')
to
lib = ctypes.cdll.LoadLibrary('wemd/lib/libwemd.dylib')
I have noticed that .dylib is the format which will be generated in mac os instead of .so
Apparently I got another error

UnimplementedError (see above for traceback): Generic conv implementation only supports NHWC tensor format for now.
[[node encoder/conv1/Conv2D (defined at /Users/prathibha/Downloads/Multimodal-Future-Prediction-master/utils_tf.py:143) = Conv2D[T=DT_FLOAT, data_format="NCHW", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 1, 2, 2], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](encoder/Pad, encoder/conv1/kernel/read)]]

from multimodal-future-prediction.

Prathi1109 avatar Prathi1109 commented on June 25, 2024

I got the error when I run the test script. I have found out that i got the above mentioned error since I am running it on CPU. Could you please confirm if the code can be run on a mac without GPU?

from multimodal-future-prediction.

os1a avatar os1a commented on June 25, 2024

I am not really sure if it supports only CPU on mac, I have not tested it there. The data format of the tensorflow operation used our code are optimized to work for GPU and thus get the most out of them. This seems to not work under CPU.

from multimodal-future-prediction.

Prathi1109 avatar Prathi1109 commented on June 25, 2024

Ok. Thanks for letting me know :)

from multimodal-future-prediction.

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.