Giter Site home page Giter Site logo

Comments (1)

HydrogenSulfate avatar HydrogenSulfate commented on May 21, 2024
  1. 看报错信息是训练的时候显存已经不够了,你改 residual_validator 里 batchsize 大小是没有用的,因为这个对象是评估的时候用,跟训练无关。

  2. 用 AIStudio 上跑了下,大约需要 14G 显存,你一定要跑的话,可以在 Solver 实例化的时候,加两个参数,使用混合精度模式进行训练,你可以在该案例的文档开头位置点击 “AIStudio 在线体验”,在 AIStudio 里训练一下,用单卡 16G 的 V100 就行了

    soler = Solver(..., use_amp=True, amp_level="O1", ...)

from paddlescience.

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.