Draft
Conversation
…run ACE using PhysicsNemo. It works, but it does not utilize spatial parallelism yet.
… unit test that divides the dataset into four parts, subsequently comparing the results with the original dataset.
…s implementation using unit tests based on those developed by Makani.
…g with spatial parallelism. The unit tests ran, but I have not checked for correctness.
- Ensure the distribute class, which produces a global singleton, is initialized only once. - Set spatial parallelism parameters (i.e., h and w) as environmental variables. - Emphasize the necessity of saving and loading checkpoints. - Allow part of the save_checkpoint routine to be executed by all processors for spatial parallelism.
Co-authored-by: Jeremy McGibbon <mcgibbon@uw.edu>
…training slower by 10 seconds for each epoch.
…ove this block of code.
…Thus, we must add logic to handle this case. I also moved this part of the code that reshapes the dataset to the distribution class.
…ism version of the annual aggregator is not working.
…saving and loading of checkpoints.
Contributor
Author
|
Here's the command used to run the unit tests: |
2 tasks
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.
Short description of why the PR is needed and how it satisfies those requirements, in sentence form.
Changes:
symbol (e.g.
fme.core.my_function) or script and concise description of changes or added featureCan group multiple related symbols on a single bullet
Tests added
If dependencies changed, "deps only" image rebuilt and "latest_deps_only_image.txt" file updated
Resolves # (delete if none)