Git Product home page Git Product logo

Comments (9)

guapizyq avatar guapizyq commented on May 21, 2024

it would be appreciated if you give some advise on this issue

from keras-yolov3-mobilenet.

Adamdad avatar Adamdad commented on May 21, 2024

Can you detect anything in the testset?if not,what is your learning rate,lr decay pacience?

from keras-yolov3-mobilenet.

guapizyq avatar guapizyq commented on May 21, 2024

I am sorry, it seems to my mistakes.
the first training is to get a stable loss
the second training without frozen layers is to get a lower loss?

from keras-yolov3-mobilenet.

Adamdad avatar Adamdad commented on May 21, 2024

correct

from keras-yolov3-mobilenet.

guapizyq avatar guapizyq commented on May 21, 2024

I got a lower loss than 40, but it still is 38
the result in my testdset looks ok, i do not konw how to decrease the loss

from keras-yolov3-mobilenet.

zhangyufei1995 avatar zhangyufei1995 commented on May 21, 2024

@guapizyq @Adamdad I am very happy to discuss with you. What I want to ask is, 1. How much is the epoch setting of the red arrow here? 2, how much is the initial_epoch setting of the two black arrows? I look forward to your answer.
QQ图片20190531173008

from keras-yolov3-mobilenet.

zhangyufei1995 avatar zhangyufei1995 commented on May 21, 2024

And why is it divided into step-by-step training?the first training? the second training ?What is their role?

from keras-yolov3-mobilenet.

Adamdad avatar Adamdad commented on May 21, 2024

The first training part is for finetuning a model quickly. It freezes most layers, only to train on the last few layers. We can get an acceptable model for detection in a short period of time

The second training part is for getting a complete model. All the layers can be trained through this process.

Under most occasions, I only use the second part. Epoch under is not important here.

from keras-yolov3-mobilenet.

gzz1529657064 avatar gzz1529657064 commented on May 21, 2024

The first training part is for finetuning a model quickly. It freezes most layers, only to train on the last few layers. We can get an acceptable model for detection in a short period of time

The second training part is for getting a complete model. All the layers can be trained through this process.

Under most occasions, I only use the second part. Epoch under is not important here.

After model training, I have a model with size of 277M. It is bigger than YOLO-v3,Why?
Doesn't MobileNet reduce model parameters?
This is my training strategy in my dateset.

  1. Unfreeze all of the layers
  2. learning_rate = 0.001
  3. load_pretrained=False
  4. batch_size = 16

from keras-yolov3-mobilenet.

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.