Skip to content

pytorch-lightning/hydra-zen integration#105

Merged
cameronraysmith merged 18 commits intopinellolab:dna-diffusionfrom
ssenan:pl-clean
Mar 21, 2023
Merged

pytorch-lightning/hydra-zen integration#105
cameronraysmith merged 18 commits intopinellolab:dna-diffusionfrom
ssenan:pl-clean

Conversation

@ssenan
Copy link
Collaborator

@ssenan ssenan commented Mar 21, 2023

Some of the additions:

  • configs.py: contains a hydra-zen config that incorporates our current training parameters 144a70c
  • train_lightning.py: integrates hydra-zen config into training loop that utilizes LightningTrainer 573bb9f
  • adds sampling loop as a callback 742be56
  • updates dataloader to include a LightningDataModule 693196f
  • integrates current model into a LightningModule a210703
  • There are many other small code structure changes that can be observed in history

@cameronraysmith cameronraysmith merged commit 3b6c6eb into pinellolab:dna-diffusion Mar 21, 2023
@ssenan ssenan deleted the pl-clean branch March 21, 2023 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codebase enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

use hydra-zen for configuration Create a Data Loader Class with Pytorch Lightning Integrate PyTorch Ligthning for distributed training

2 participants