Skip to content

wephy/felix-ml

Repository files navigation

Felix-ML

PyTorch Lightning Config: Hydra Template

A machine learning approach to diffraction patterns.
Check out the webpage to see documentation and research!

Quick Start

Read "Installation" from

Installation

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

Create a sweep over hyperparameters

python train.py -m data.batch_size=32,64,128 model.lr=0.001,0.0005

About

A machine learning approach to diffraction patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages