Code Monkey home page Code Monkey logo

Comments (12)

SmartInvoker avatar SmartInvoker commented on September 1, 2024

I'm trying to use the pre-trained weights file to train it . Maybe it's useful.
https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5

from keras-frcnn.

 avatar commented on September 1, 2024

I'm trying to use the pre-trained weights file to train it . Maybe it's useful.
https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5

How did it go? Is it faster?

from keras-frcnn.

SmartInvoker avatar SmartInvoker commented on September 1, 2024

I'm trying to use the pre-trained weights file to train it . Maybe it's useful.
https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5

How did it go? Is it faster?

nope. Someone said that he used 8RTX2080TI to train it. But it also taked 500seconds per round

from keras-frcnn.

Dean-Jansen avatar Dean-Jansen commented on September 1, 2024

Agree, It took me 1 day to complete one epoch, I have only 1500 images.
All images are 150x150 and black/white

FYI I trained the model on google colab.

from keras-frcnn.

Dean-Jansen avatar Dean-Jansen commented on September 1, 2024

Is there a way to increase the speed or an updated rep. Where we can use GPU ?

from keras-frcnn.

Dean-Jansen avatar Dean-Jansen commented on September 1, 2024

I'm trying to use the pre-trained weights file to train it . Maybe it's useful.
https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5

How did it go? Is it faster?

nope. Someone said that he used 8RTX2080TI to train it. But it also taked 500seconds per round

@SmartInvoker How was he able to train it on GPU ?

from keras-frcnn.

Dean-Jansen avatar Dean-Jansen commented on September 1, 2024

Hi,

Can anyone suggest how to increase training speed ? I am having GPU but unable to utilise with required keras version.

For 10 epochs only it took almost 2.5 hours on my PC.

Thanks.

@ketul93 Hi, Did you find a solution ?

from keras-frcnn.

ketul93 avatar ketul93 commented on September 1, 2024

Hi,
Can anyone suggest how to increase training speed ? I am having GPU but unable to utilise with required keras version.
For 10 epochs only it took almost 2.5 hours on my PC.
Thanks.

@ketul93 Hi, Did you find a solution ?

Till now not....

from keras-frcnn.

sid080 avatar sid080 commented on September 1, 2024

Agree, It took me 1 day to complete one epoch, I have only 1500 images.
All images are 150x150 and black/white

FYI I trained the model on google colab.

Agree, It took me 1 day to complete one epoch, I have only 1500 images.
All images are 150x150 and black/white

FYI I trained the model on google colab.

how did you train on google colab
what changes did you make to the code and shell commands?

from keras-frcnn.

JCSergent avatar JCSergent commented on September 1, 2024

Agree, It took me 1 day to complete one epoch, I have only 1500 images.
All images are 150x150 and black/white
FYI I trained the model on google colab.

Agree, It took me 1 day to complete one epoch, I have only 1500 images.
All images are 150x150 and black/white
FYI I trained the model on google colab.

how did you train on google colab
what changes did you make to the code and shell commands?

Agree, It took me 1 day to complete one epoch, I have only 1500 images.
All images are 150x150 and black/white

FYI I trained the model on google colab.

If you are using google colab you need to manual implement the GPU provided by colab

To do that, click on 'Runtime' on the top toolbar, then 'change runtime type', then set the hardware acceleration to GPU

from keras-frcnn.

CS-savvy avatar CS-savvy commented on September 1, 2024

You can reduce epoch_length = 50 in train_frcnn.py, I don't know what this parameter is doing.

from keras-frcnn.

3ST4R avatar 3ST4R commented on September 1, 2024

You can reduce epoch_length = 50 in train_frcnn.py, I don't know what this parameter is doing.

The model doesn't learn well from data on very low epoch length/epochs.

Btw, you can try running it on Theano backend, I've noticed a great performance increase without much resource usage.

from keras-frcnn.

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.