-
Notifications
You must be signed in to change notification settings - Fork 29
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
Open catalyst #211
Open catalyst #211
Conversation
Data preocessing
Add update_data_object for adios
…nto open_catalyst
Possible fix for handling large number of files
I am getting the following error. Do I need to set any option?
|
e629c14
to
fa100bd
Compare
@jychoi-hpc @pzhanggit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR works for me on Frontier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me with minor comments
* open catalysts pre-load scripts added * train.py added * data loading, data processing, and training added * test set changed to validation because we need labels * exception handler in data loader removed * skip command added if len(traj_logs) != len(traj_frames) * fix adios * removing second np.split * uncompress file added * energy float converted into tensor * add update_predicted_values in adios reader * add var_config for adios * file reader uses glob.iglob * minor update * choice of adios or pickle in pre-loading * minor fixes * formatting fixed * black reformatting of utils/adiosdataset.py * black reformarring of scripts in examples/open_catalyst_2020 * Dataset section in the JSON file is removed --------- Co-authored-by: Massimiliano Lupo Pasini <[email protected]> Co-authored-by: Massimiliano Lupo Pasini <[email protected]> Co-authored-by: Jong Choi <[email protected]> Co-authored-by: Massimiliano Lupo Pasini <[email protected]> Co-authored-by: Massimiliano Lupo Pasini <[email protected]> Co-authored-by: Jong Choi <[email protected]> Co-authored-by: Massimiliano Lupo Pasini <[email protected]> Co-authored-by: Jong Choi <[email protected]> Co-authored-by: Massimiliano Lupo Pasini <[email protected]>
No description provided.