Skip to content

KrishnaswamyLab/GRASSY

Repository files navigation

# GRASSY: GRAph Scattering SYnthesis network

PyTorch Lightning Config: Hydra Template
Paper Conference

Description

What it does

Installation

Pip

# clone project
git clone https://github.com/KrishnaswamyLab/GRASSY
cd GRASSY

# run environment setup script
bash env_setup.sh

How to run

Train model with default configuration

# train on CPU
python src/train.py trainer=cpu

# train on GPU
python src/train.py trainer=gpu

Train model with chosen experiment configuration from configs/experiment/

python src/train.py experiment=experiment_name.yaml

You can override any parameter from command line like this

python src/train.py trainer.max_epochs=20 data.batch_size=64

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors