Git Product home page Git Product logo

ds-analyzer's People

Contributors

jayashreemohan29 avatar msr-fiddle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ds-analyzer's Issues

Minio vs Memory Pinning

Great work on the data stalls paper!
Reading the paper, I was wondering what is the advantage of using a simple non-evicting cache (minio) vs pinning part of the dataset in-memory.
I didn't find any mention of this alternative in the paper.

Single Node MinIO implementation

Hi, in the paper it is mentioned in section 6.1 :

"Once the cache capacity is reached, MinIO will not evict any items in the cache; instead, the requests to other data items default
to storage accesses. The items in the MinIO cache survive across epochs until the end of the training job
"

Going through the code, I was not able to find this implementation.

My understanding is that you implemented "MinIO" as a software cache, i.e., the data items are stored in the Anonymous Memory of the torch program, and when this capacity reaches a specified threshold, you use the O_DIRECT flag to bypass the OS page cache.

Could you point me to the code that implements this, or, if my understanding is incorrect, can you describe how this is achieved?

Thanks

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.