pinellolab / DNA-Diffusion

🧬 Generative modeling of regulatory DNA sequences with diffusion probabilistic models 💨

Home Page:https://pinellolab.github.io/DNA-Diffusion/

Repository from Github https://github.compinellolab/DNA-DiffusionRepository from Github https://github.compinellolab/DNA-Diffusion

torch dataloader tied to preprocessing function

ssenan opened this issue · comments

commented
  • Dataloader is being instantiated within src/dnadiffusion/data/load_data making it difficult to locate and change settings on the fly
  • This should be moved to train_util