Giter Club home page Giter Club logo

fluidsnet's People

Contributors

dfldylan avatar

Stargazers

 avatar  avatar

fluidsnet's Issues

数据

您好,目前使用这个代码框架训练的loss曲线已收敛,但预测的精度还是不高,目前还没找到原因,您能否提供一个数据集实例,想排除一下数据集的原因,期待您的回复,谢谢!!!

Data set problem

May I ask if the solid boundary particles (container boundary virtual particles) also need to be learned together with fluid particles in training?

code detail issues

Hi,Dr. Du,In the file datasets_loop.py, there is a line of code log_path = os.path.join(root_path, 'log.csv'), where what is included in the log .csv, can you give a reference log .csv file? look forward to your answers,Thank you very much!

模型中间层问题

       请教一个问题,为什么训练的时候不需要考虑 pos = vel * data[5][0] + data[0][0][:, :3]更新位置?
       不考虑的话模型预测往后时间帧的位置的能力会不会没有学习到?
       [pred] = model.train(sess, data, onlypred=True)
        vel = pred[0]
        pos = vel * data[5][0] + data[0][0][:, :3]

code issue

After the last layer outputs the 3D velocity field of each fluid particle, how is the position integration of each particle achieved? How is this represented in the code?

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.