-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update BalancedBatchSampler to use datasets' `data_sizes` method Replace BalancedBatchSampler's `force_balancing` and `throw_on_error` parameters with `on_error` * Remove python 3.10 syntax * Documentation * Added set_epoch method * Format * Changed "resolved dataset" message to be a debug log to reduce log spam * Minor changes to support multitask * add in pickle data set; add in stat functions for combining mean and variance * checksums for equiformer * detach compute metrics and add checksum function for linear layer * change name to dataset_configs * add seed option * remove pickle dataset * remove pickle dataset * add experimental datatransform to ase_dataset * clean up batchsampler and tests * base dataset class * move lin_ref to base dataset * inherit basedataset for ase dataset * filter indices prop * updated import for ase dataset * added create_dataset fn * yaml load fix * create dataset function instead of filtering in base * remove filtered_indices * make create_dataset and LMDBDatabase importable from datasets * create_dataset cleanup * test create_dataset * use metadata.natoms directly and add it to subset * use self.indices to handle shard * rename _data_sizes * fix Subset of metadata * fix up to be mergeable * merge in monorepo * small fix for import and keyerror * minor change to metadata, added full path option * import updates * minor fix to base dataset * skip force_balance and seed * adding get_metadata to base_dataset * implement get_metadata for datasets; add tests for max_atoms and balanced partitioning * a[:len(a)+1] does not throw error, change to check for this * bug fix for base_dataset * max atoms branch * fix typo * do pbc per system * add option to use single system pbc * add multiple mapping * lint and github workflow fixes * track parent checkpoint for logger grouping * add generator to basedataset * check path relative to yaml file * add load and exit flag to base_trainer * add in merge mean and std code to utils * add log when passing through mean or computing; check other paths for includes * add qos flag * use slurm_qos instead of qos * fix includes * fix set init * adding new notebook for using fairchem models with NEBs without CatTSunami enumeration (#764) * adding new notebook for using fairchem models with NEBs * adding md tutorials * blocking code cells that arent needed or take too long * remove files with diff whitespace * add resolution flag to escn * try to revert oxides * revert typing * remove white space * extra line never reached * move out of fmv4 into dev * move avg num nodes * optional import from experimental * fix lint * add comments, refactor common trainer args in a single dictionary * add comments, refactor common trainer args in a single dictionary * remove parent --------- Co-authored-by: Nima Shoghi <[email protected]> Co-authored-by: Nima Shoghi <[email protected]> Co-authored-by: Abhishek Das <[email protected]> Co-authored-by: lbluque <[email protected]> Co-authored-by: Brandon <[email protected]> Co-authored-by: Muhammed Shuaibi <[email protected]> Co-authored-by: Ray Gao <[email protected]> Co-authored-by: Brook Wander <[email protected]> Co-authored-by: Muhammed Shuaibi <[email protected]>
- Loading branch information
1 parent
427fb8d
commit 3899aac
Showing
6 changed files
with
187 additions
and
63 deletions.
There are no files selected for viewing
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
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
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
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
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
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