Giter VIP home page Giter VIP logo

wgisd-faster-r-cnn's Introduction

About me

Hi my name is Harry, I am a postgraduate computer scientist with a keen interest in robotics and engineering. I'm part of the AgriFoRwArdS CDT, currently working on my PhD in Robotics and Autonomous Systems.

Contact me

github email orcidiD linkedin

Experience using


Python
C#
C++
MATLAB
SQL
Visual Studio
Linux
Windows 10
Raspberry Pi
HTML
CSS
Javascript

Hobbies


3D printing
3D modelling
Robotics and Automation

Stats

Harry-Rogers github stats Top languages

wgisd-faster-r-cnn's People

Contributors

harry-rogers avatar

Watchers

 avatar

wgisd-faster-r-cnn's Issues

torch demands too much GPU memory

I am using a 2080 super GPU and after the training loop I end up with this error

Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
RuntimeError: Trying to backward through the graph a second time (or directly access saved tensors after they have already been freed). Saved intermediate values of the graph are freed when you call .backward() or autograd.grad(). Specify retain_graph=True if you need to backward through the graph a second time or if you need to access saved tensors after calling backward.

Fair enough, If I follow the error and introduce .backward(retain_graph = True),

CUDA just demands for enormous memory like

CUDA out of memory. Tried to allocate 133.05 GiB (GPU 0; 7.79 GiB total capacity; 444.44 MiB already allocated; 5.24 GiB free; 612.00 MiB reserved in total by PyTorch)(Edited)

Could you share any possible fix ?

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.