Giter Site home page Giter Site logo

Comments (1)

poson avatar poson commented on May 18, 2024

hash bucket size 和embedding dimension可以设置小一些,节约内存。

worker的内存超过40G,可能是要等待比较久,也可能分配不到资源。默认30G,一般不超过40G

worker 可以设置9个,8个计算,1一个evaluation
ps 在能装下模型基础上越少越好,cpu多一点,通信快一点。

elif FLAGS.task_index == 1: os.environ['TF_CONFIG'] = json.dumps( {'cluster': cluster, 'task': {'type': "evaluator", 'index': 0}})

应该是worker1 单独做evaluation的。 当然test数据太多,每次evaluation会很慢

from easyrec.

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.