Git Product home page Git Product logo

Comments (4)

CPFLAME avatar CPFLAME commented on June 9, 2024

1.论文由于我的拖延症,和不想写论文的心里,被无限期延迟了 = =
2.模型的参数量应该是不变的,应该是pth里面存入了和模型无关的参数,可以尝试一下转onnx和转caffe,生成的model文件大小是最干净的。

from centerx.

xiweiya avatar xiweiya commented on June 9, 2024

嗯嗯,好的,谢谢。再请问一下,我看代码中好像没有续训练的选项,请问是这样的吗?

from centerx.

CPFLAME avatar CPFLAME commented on June 9, 2024

我的代码中没有,但是detectron2本身包含这个功能,
印象中没有错的话,只需要在yaml里面指定一下续训练的weights,然后outputs不变,并在运行指令中加入--resume就可以了。
详情还是请看detectron2的官方说明文档。

如果要保存中间model 的话,可以在yamls中加入一下的字段

SOLVER:
    CHECKPOINT_PERIOD: 2 (每2个epoch数量保存一次模型,具体可以根据你的实际需求调整)

from centerx.

xiweiya avatar xiweiya commented on June 9, 2024

嗯嗯,好的,谢谢啦~

from centerx.

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.