Git Product home page Git Product logo

Comments (7)

maoyj1998 avatar maoyj1998 commented on September 26, 2024 2

@maoyj1998
I deleted my previous comment, I thought it was fixed but I still got the same error after running on few examples.
I switched to T4 GPU wchich has 16gb of memory and that fixed it later. I was getting errors on rtx 2070 super which has only 8gb memory.

I use this code to extract feature from VG datasets, and I found it was caused by some images with big difference in aspect ratio, for example 281 * 500, faster rcnn will resize the image based on the shorter edge, so making the larger edge too large.
image
I modified this part and it works.

from bottom-up-attention.

zBabar avatar zBabar commented on September 26, 2024

Hi,

Have you solved this problem?
I am facing similar problem for some images. Rest of the images it do work. But some images it gets stuck and throws this error.
F0324 13:21:55.416903 11805 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0) out of memory

from bottom-up-attention.

maoyj1998 avatar maoyj1998 commented on September 26, 2024

I run demo to extract bounding box features on GTX 2080Ti, but I received this error.

F0115 10:36:21.001302  3456 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0)  out of memory

Looking forward to anyone's help

hi have you solved this problem ?

from bottom-up-attention.

maoyj1998 avatar maoyj1998 commented on September 26, 2024

Decreasing BATCH_SIZE and RPN_BATCHSIZE size in yml configuration file fixed it for me (experiments/cfgs/faster_rcnn.. .yml)

image
hi, I check the yml file, but all the config you mentioned are training settings, test settings have nothing todo with BATCH_SIZE, I wonder whether it will work if I change these config

from bottom-up-attention.

maoyj1998 avatar maoyj1998 commented on September 26, 2024

Hi,

Have you solved this problem?
I am facing similar problem for some images. Rest of the images it do work. But some images it gets stuck and throws this error.
F0324 13:21:55.416903 11805 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0) out of memory

hi, did you solve this problem?

from bottom-up-attention.

SandroJijavadze avatar SandroJijavadze commented on September 26, 2024

@maoyj1998
I deleted my previous comment, I thought it was fixed but I still got the same error after running on few examples.
I switched to T4 GPU wchich has 16gb of memory and that fixed it later. I was getting errors on rtx 2070 super which has only 8gb memory.

from bottom-up-attention.

frozen30 avatar frozen30 commented on September 26, 2024

Have you solved this problem? I will also encounter this problem when running demo.ipynb

from bottom-up-attention.

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.