Coder Social home page Coder Social logo

Comments (1)

yyk-wew avatar yyk-wew commented on September 6, 2024

您好:

关于config,我所报告的实验结果是基于现在仓库代码中的optimizer的训练参数所得到的(受限于机器原因可能在Batch_size和lr上有所调整),应该在代码中都能看得到。
实际上在最初实验的时候我有试过SGD去训练,使用论文中的参数得到的结果并不如Adam。并且作者没有给出余弦退火的超参设置,我试了一组默认参数效果也并不好,所以没有完全按照论文中给出的参数训练。
实际上代码的实现上也不能保证与原论文一致,所以我report的结果仅供参考。

关于evaluate的方法确实正如您所说,shuffle后每个视频取50帧。这样的作法是为了平衡和加速。测试集上的每个视频帧数并不相同,为了得到一个相对公平的结果就对每个视频的帧数进行了控制,使得各个视频占比一致。
取50帧是为了尽可能加速evaluate,因为在我的程序里每过一段时间就会运行evaluate来输出一次结果,我希望这个函数不要占用太多时间。
不过取得帧数较少确实可能会导致结果不稳定,如果希望得到更准确的结果可以修改evaluate函数里的frame_num参数。

from f3net.

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.