GithubHelp home page GithubHelp logo

ampere_accuracy_tests's Introduction

Setup Instructions

Initial Steps

This repo depends on having a conda environment with Pytorch and WandB installed. Make sure an environment containing both packages is activated prior to running.

Install CUDA extensions

Navigate to the cpp directory and run

python setup.py install 

This will build the extensions needed for the sparse Resnets.

Run the Training Script with Default Parameters

From your terminal navigate to the root of the project directory and run

python train/train.py

This will start the training script. If the command is not run from the root of the project directory, you will face relative import errors.

Running sweeps with WandB

WandB sweeps are used for hyperparameter tuning and automates the process of launching and logging multiple runs with slightly different configs. In order to initiate a sweep, feed in a config file. These are located in the config directory. As an example:

wandb sweep config/Resnet18_sweeps.yml

This command will return a sweep id (eg. tejalapeno/ampere_acc_test/2d5pl0gc). The sweep id is given to the WandB agent after being generated from the config. This is what you send to srun.

srun -p bowser --gpus=1 wandb agent --count=1 tejalapeno/ampere_acc_test/2d5pl0gc

I recommend ssh'ing into owens and then using srun to parcel out jobs from each sweep ID. In time, I'll figure out how to automate this with a bash script.

ampere_accuracy_tests's People

Contributors

teja10 avatar

Watchers

 avatar

Forkers

owensgroup

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.