Giter Site home page Giter Site logo

Comments (4)

WangYueFt avatar WangYueFt commented on July 25, 2024

Hello,thank you for your reply,when I try to run code about sem_seg,I meet this problem,and I have one gpu(8gmemory),can you tell me how to solve this problem?looking forward your reply.
InternalError (see above for traceback): Blas xGEMM launch failed : a.shape=[1,4096,3], b.shape=[1,3,4096], m=4096, n=4096, k=3
[[Node: tower_0/MatMul = BatchMatMul[T=DT_FLOAT, adj_x=false, adj_y=false, _device="/job:localhost/replica:0/task:0/device:GPU:0"](tower_0/ExpandDims_1, tower_0/transpose)]]

Might be caused by tensorflow updates. Can you use an old version?

from dgcnn.

longmalongma avatar longmalongma commented on July 25, 2024

Hello,thank you for your reply,when I try to run code about sem_seg,I meet this problem,and I have one gpu(8gmemory),can you tell me how to solve this problem?looking forward your reply.
InternalError (see above for traceback): Blas xGEMM launch failed : a.shape=[1,4096,3], b.shape=[1,3,4096], m=4096, n=4096, k=3
[[Node: tower_0/MatMul = BatchMatMul[T=DT_FLOAT, adj_x=false, adj_y=false, _device="/job:localhost/replica:0/task:0/device:GPU:0"](tower_0/ExpandDims_1, tower_0/transpose)]]

Might be caused by tensorflow updates. Can you use an old version?

Hi, thanks for your reply.
I have successfully run your code about classification on ModelNet40,but i can not run your code about semantic segmentation on s3dis dataset. the version of tensorflow is tensorflow-gpu==1.9.0.
which version of tensorflow should i insatll?by the way,is the problem have anything to do with memory of my rtx 2080 memory(8g)?

from dgcnn.

WangYueFt avatar WangYueFt commented on July 25, 2024

from dgcnn.

longmalongma avatar longmalongma commented on July 25, 2024

I think we use tensorflow 1.3 when we developed the code. Based on the discussion here tensorflow/tensorflow#25403, it seems the problem is "out of memory".

On Fri, Oct 18, 2019 at 9:37 PM longma @.***> wrote: Hello,thank you for your reply,when I try to run code about sem_seg,I meet this problem,and I have one gpu(8gmemory),can you tell me how to solve this problem?looking forward your reply. InternalError (see above for traceback): Blas xGEMM launch failed : a.shape=[1,4096,3], b.shape=[1,3,4096], m=4096, n=4096, k=3 [[Node: tower_0/MatMul = BatchMatMul[T=DT_FLOAT, adj_x=false, adj_y=false, _device="/job:localhost/replica:0/task:0/device:GPU:0"](tower_0/ExpandDims_1, tower_0/transpose)]] Might be caused by tensorflow updates. Can you use an old version? Hi, thanks for your reply. I have successfully run your code about classification on ModelNet40,but i can not run your code about semantic segmentation on s3dis dataset. the version of tensorflow is tensorflow-gpu==1.9.0. which version of tensorflow should i insatll?by the way,is the problem have anything to do with memory of my rtx 2080 memory(8g)? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#38?email_source=notifications&email_token=ACMGCNRY6YGNJ35WTOTHARLQPJQGBA5CNFSM4I2YXUGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBWW6XA#issuecomment-544042844>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMGCNX55622FWYYG3U5L7TQPJQGBANCNFSM4I2YXUGA .

I think we use tensorflow 1.3 when we developed the code. Based on the discussion here tensorflow/tensorflow#25403, it seems the problem is "out of memory".

On Fri, Oct 18, 2019 at 9:37 PM longma @.***> wrote: Hello,thank you for your reply,when I try to run code about sem_seg,I meet this problem,and I have one gpu(8gmemory),can you tell me how to solve this problem?looking forward your reply. InternalError (see above for traceback): Blas xGEMM launch failed : a.shape=[1,4096,3], b.shape=[1,3,4096], m=4096, n=4096, k=3 [[Node: tower_0/MatMul = BatchMatMul[T=DT_FLOAT, adj_x=false, adj_y=false, _device="/job:localhost/replica:0/task:0/device:GPU:0"](tower_0/ExpandDims_1, tower_0/transpose)]] Might be caused by tensorflow updates. Can you use an old version? Hi, thanks for your reply. I have successfully run your code about classification on ModelNet40,but i can not run your code about semantic segmentation on s3dis dataset. the version of tensorflow is tensorflow-gpu==1.9.0. which version of tensorflow should i insatll?by the way,is the problem have anything to do with memory of my rtx 2080 memory(8g)? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#38?email_source=notifications&email_token=ACMGCNRY6YGNJ35WTOTHARLQPJQGBA5CNFSM4I2YXUGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBWW6XA#issuecomment-544042844>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMGCNX55622FWYYG3U5L7TQPJQGBANCNFSM4I2YXUGA .

but I can run successfully other paper'codes about semantic segmentation on s3dis,except for your DGCNN.

from dgcnn.

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.