GithubHelp home page GithubHelp logo

pl-fast's Introduction

pl-fast

Steps:

  1. Go to ./src/base_config.py and check every variable. Change if needed.
  2. Search file names for "dummy" and change if needed.
  3. Global search for "dummy" and change if needed.

CMDS:

  1. srun --mem=40000 --time=24:00:00 --gres=gpu:1 --pty --constraint=rtx_8000 bash

Sweep on SLURM

  1. Edit sweep.yaml file accordingly: doc
  2. Run wandb sweep sweep.yaml
  3. Get the sweep ID
  4. Run ./sweep.sh $CNT $ID where $CNT is the number of runs and $ID is the sweep ID
  5. Don't change anything while sweep is running, otherwise it will be run on different code.

Data Monitoring (DVC)

Init

dvc init

dvc remote add --default $REMOTE_NAME gdrive://$ID

dvc remote modify $REMOTE_NAME gdrive_acknowledge_abuse true

Add oauth2 credentials

dvc remote modify $REMOTE_NAME --local \
      gdrive_user_credentials_file ~/dvc/filename.json

Push Data

dvc push

dvc add $DATA_FOLDER

dvc push

Stop tracking

dvc remove $DATA_FOLDER

pl-fast's People

Contributors

dipta007 avatar

Watchers

 avatar

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.