Skip to content
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

Updated Review for 04Subgrid-parametrization-pytorch #54

Merged
merged 9 commits into from
May 18, 2022

Conversation

rabernat
Copy link
Contributor

This supersedes #18. I could not push to that branch because it looks like @dante831's fork has been deleted (https://github.com/dante831/L96_demo).

Ziwei Li and others added 5 commits April 14, 2022 01:55
gradient_decent.ipynb and Neural_network_for_Lorenz96.ipynb:
1. Changed order of weights from w1, w0 to w0, w1.
2. Fixed typos, changed markdowns so that the style is consistent.
gradient_decent.ipynb and Neural_network_for_Lorenz96.ipynb:
1. Changed order of weights from w1, w0 to w0, w1.
2. Fixed typos, changed markdowns so that the style is consistent.
gradient_decent.ipynb and Neural_network_for_Lorenz96.ipynb:
1. Changed order of weights from w1, w0 to w0, w1 in gradient_decent.ipynb
2. Fixed some small bugs related to path
3. Defined a new nn_3l_decay object so that the training with L2 norm does not apply to a previous NN object
4. Fixed typos, changed markdowns so that the style is consistent.
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

notebooks/gradient_decent.ipynb Show resolved Hide resolved
@@ -11,46 +11,32 @@
"cell_type": "markdown",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verify that changing x[:, 0] to x[:, 1] does not create any issue


Reply via ReviewNB

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the issue @yaniyuval and @adcroft

@rabernat rabernat merged commit 8856de2 into m2lines:main May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants