Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge codebase changes on main into default #92

Merged
merged 104 commits into from
Mar 7, 2023
Merged

Conversation

cameronraysmith
Copy link
Collaborator

@cameronraysmith cameronraysmith commented Mar 5, 2023

ssenan and others added 30 commits October 16, 2022 17:56
Added a bunch of directories with (mostly) empty/dummy .py files for now, so that everyone can see what the project will be structured like. On top of the present directories, there will also be a datasets and a logs directory, the latter being dynamically created at traintime or validation time.
wip: dataloader first draft
Revert "wip: dataloader first draft"
Deleting metrics directory as it was decided we'll have only one file with all metrics.
Refactored Lucas's DDPM, UNet and units and added them as PL modules.
Added "instantiate_from_config" import.
Added nucleotides as a parameter with a default of 4 to the sample method.
Added default function import.
Designed config template mainly for PL-related parameters. Keeping multiprocessing arguments for multi-GPU for the first test, which we'll change to multi-node. Diffusion and UNet parameters can easily vary.
Adding test folder and dummy files
mateibejan1 and others added 15 commits December 21, 2022 10:42
Deprecated.
Codebase Update via Noah's Refactored DDPM Notebook
Changed default number of timesteps from 1000 to 200.
Moved unet_config params inside the diffusion models params, so it mirrors the hierarchical relationship between the diffusion class and the unet class.
Minor dict property name changes.
@cameronraysmith cameronraysmith changed the title merge codebase changes on main into default branch merge codebase changes on main into default Mar 5, 2023
@cameronraysmith cameronraysmith added enhancement New feature or request refactoring Refactoring labels Mar 5, 2023
@cameronraysmith cameronraysmith added this to the 0.0.1 milestone Mar 5, 2023
@cameronraysmith cameronraysmith linked an issue Mar 5, 2023 that may be closed by this pull request
* WIP new folder structure

* ema parameter fix

* Base dataloader instantiation with full hydraconfig succesful, missing full params

* Update sequence_dataloader.py

* Remove outputs folder, update .gitignore

* Update network.py

* Update sequence_datamodule.py

* Update sequence_datamodule.py

---------

Co-authored-by: cmvcordova <cmvcordova@github.com>
Co-authored-by: cmvcordova <cmvcordova@pm.me>
Co-authored-by: Matei Bejan <24592776+mateibejan1@users.noreply.github.com>
@cameronraysmith cameronraysmith self-assigned this Mar 7, 2023
@cameronraysmith cameronraysmith marked this pull request as ready for review March 7, 2023 16:34
@cameronraysmith cameronraysmith merged commit da6599f into dna-diffusion Mar 7, 2023
@cameronraysmith cameronraysmith deleted the main branch March 10, 2023 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Refactoring
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

merge "codebase" work into default branch
8 participants