Giter Site home page Giter Site logo

Comments (4)

GitLD avatar GitLD commented on May 20, 2024

@xixiaoyao 能帮忙说明一下吗?

from palm.

xixiaoyao avatar xixiaoyao commented on May 20, 2024

感谢建议,我们近期会考虑增加一个example。如果希望细粒度的控制训练过程(比如训练一些step后做eval等其他事情),有两种做法:

一种是调用train_one_step而不是train函数来控制(train_one_step被调用一次,则会训练一个step),通过该API训练一定step后再调用eval函数即可。

另一种是通过设置saver来周期性的保存下来模型checkpoints,然后依次遍历checkpoint进行evaluation,这种方式可以加快训练速度(训练与eval可以并行进行)

from palm.

GitLD avatar GitLD commented on May 20, 2024

谢谢,我试一下

from palm.

GitLD avatar GitLD commented on May 20, 2024

@xixiaoyao 另外,我在实际测试一个example的时候预测段发生了问题见Issue #71,是相关的版本问题吗?

from palm.

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.