Add Gaussian noise 3D transform and augmentation#50
Draft
tonyzamyatin wants to merge 22 commits intomainfrom
Draft
Add Gaussian noise 3D transform and augmentation#50tonyzamyatin wants to merge 22 commits intomainfrom
tonyzamyatin wants to merge 22 commits intomainfrom
Conversation
- Update DimeNet model implementation in `dimenet.py` to use new embed() method. - Add DimeReaction - Update 3d representation to also use reactant xyz file - Updated imports and config files after renaming - Deleted the optimal model configuration file for DimeNet++
…taset to data module; Add support for multiple test loaders
…taset props at runtime
…improve logging for training and validation steps
- Add `data_module` config file - Updat data loading configurations to use `dataloader_factory` instead of `dataloader` for consistency across YAML files. - Add Hydra configuration to disable automatic logging and set output directory to the current directory for all benchmark models. - Introduce a new configuration file for `dimereaction` model
This file contains hidden or 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
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.
Summary
What problem does this PR solve, and what is the user-visible outcome?
Fixes # (optional)
Type of change
Changes
Breaking changes
How I tested this
Checklist
Before PR:
PR:
:emoji_name:to select an emoji)breaking-changeand provides a migration guide