-
Notifications
You must be signed in to change notification settings - Fork 52
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Dataloader Draft
Adding test folder and dummy files
Deprecated.
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.
Update the unit tests
for more information, see https://pre-commit.ci
cameronraysmith
changed the title
merge codebase changes on main into default branch
merge codebase changes on main into default
Mar 5, 2023
* 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 <[email protected]> Co-authored-by: cmvcordova <[email protected]> Co-authored-by: Matei Bejan <[email protected]>
cameronraysmith
requested review from
mateibejan1,
cmvcordova,
ssenan and
LucasSilvaFerreira
March 7, 2023 16:33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
follows
at this time the default branch is pinellolab/dna-diffusion:dna-diffusion at 73cf225