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

PaiNN representation #284

Merged
merged 7 commits into from
May 6, 2021
Merged

PaiNN representation #284

merged 7 commits into from
May 6, 2021

Conversation

ktschuett
Copy link
Contributor

  • Added PaiNN
  • Added exponential smoothing for lr scheduler

@codecov
Copy link

codecov bot commented May 6, 2021

Codecov Report

Merging #284 (ee84c4f) into dev (208db02) will decrease coverage by 4.04%.
The diff coverage is 21.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #284      +/-   ##
==========================================
- Coverage   54.96%   50.91%   -4.05%     
==========================================
  Files          29       32       +3     
  Lines        1290     1416     +126     
==========================================
+ Hits          709      721      +12     
- Misses        581      695     +114     
Impacted Files Coverage Δ
src/schnetpack/cli.py 0.00% <ø> (ø)
src/schnetpack/datasets/md17.py 34.54% <ø> (ø)
src/schnetpack/datasets/qm9.py 32.20% <ø> (ø)
src/schnetpack/model/pes.py 16.32% <0.00%> (ø)
src/schnetpack/train/__init__.py 0.00% <0.00%> (ø)
src/schnetpack/train/lr_scheduler.py 0.00% <0.00%> (ø)
src/schnetpack/data/datamodule.py 21.05% <12.28%> (-6.33%) ⬇️
src/schnetpack/representation/painn.py 16.41% <16.41%> (ø)
src/schnetpack/nn/__init__.py 100.00% <100.00%> (ø)
src/schnetpack/nn/scatter.py 100.00% <100.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd09d1a...ee84c4f. Read the comment docs.

@mgastegger mgastegger merged commit ef083a8 into dev May 6, 2021
@mgastegger mgastegger deleted the kts/painn branch May 6, 2021 16:07
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.

3 participants