GithubHelp home page GithubHelp logo

Comments (3)

VYXUOF avatar VYXUOF commented on June 12, 2024

我是使用的你提供的yolov4tiny来训练的 得出的模型很小 目前训练出了一个map4.8的模型 检测方面已经可以检测出来一点点东西了 但是目前训练速度太慢了 我调整了batch、epoch、learn rate等参数,但始终无法将训练速度和mAP值上升速度加快

from yolox.

yuto3o avatar yuto3o commented on June 12, 2024

tensorflow训练tiny版本网络时GPU占用就是比较低,我还没有找到比较好的办法。训练正常大小的yolo模型GPU占用倒是正常。应该是模型本身的问题,或者是训练模型的解码过程比较占用GPU时间;
learning rate 可以先不管,默认的learning rate已经比较通用,可以尝试适当减小epoch的数量;或者在进行在线验证时,减小验证集的大小,也可以进一步加快训练过程;还不行的话,请不要先使用任何的数据增强手段,训练试试。请保持代码与本仓库的训练一致,因为我的代码在一边训练,一边微调,可能之前的某些参数设置会影响训练效果。

from yolox.

VYXUOF avatar VYXUOF commented on June 12, 2024

好的 谢谢大佬 我这边继续尝试调参

from yolox.

Related Issues (19)

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.