Giter Site home page Giter Site logo

oo0oo0oo0o0o00 / dlexprecordmgmt Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.23 MB

A web app for managing & visualizing deep learning experiments. Crafted for internal use and needs further update for general use.

License: MIT License

Java 1.70% JavaScript 78.43% CSS 18.24% HTML 1.17% Python 0.47%

dlexprecordmgmt's Introduction

DLExpRecordMgmt

A web app for managing & visualizing deep learning experiments. Crafted for internal use and needs further update for general use.

screenshot 1 screenshot 2

Usage

  1. Configure projects and nodes in meowcat.catlog.config.ClusterConfig. Currently they are hard-coded.
  2. Make sure your records are stored in such arrangement:
    [some project folder] / records
    |-210901-145959 |-...
    |-210901-210112
            |-checkpoints
            |-custom-pages
                   |-some-page
                           |-attachments/
                           |-document.json
                           |-manifest.json
            |-models (for keras plot_model outputs)
                    |-models.json
                    |-xxx.png (referenced in model.json)
                    |-...
            |-config.py (a copy of the config being used)
            |-log.txt (log output of the experiment program, loguru recommended)
            |-progress.json (for progress recording and heartbeat timestamp)
            |-results.json (for training history and final test performance)
            |-summary.json (for summary incl. name, start time, and description)
  3. Build with your IDE, run as jar, or mvn pack to war and deploy to containers. Make sure the host can access all used nodes via sftp.
  4. Try not hard-coding usernames and passwords of nodes/servers like we do.

An example of the experiment program that saves records in the required arrangement is attachments/run_experiment.py, though it's insufficient to be run in its own.

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.