[DL Edition] T037: E(3)-invariant graph neural networks #326
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.
Details
Content
conda-forge
. If you are adding new packages to the TeachOpenCADD environment, please check if already installed packages can perform the same functionality and if not leave a sentence explaining why the new addition is needed. If the new package is not onconda-forge
, please list them and their intended usage here.numpy
,matplotlib
: Already in TeachOpenCADDpytorch 1.12.1
,pytorch-cluster 1.6.0
,pytorch-scatter 2.1.0
,pytorch-sparse 0.6.15
,pyg 2.2.0
(conda-forge): pyg (torch_geometric) includes graph neural network and the QM9 dataset we use for the practical part, everzthing else is a dependency oftorch_geometric
, however we also usepytorch-scatter
explicitly in our EGNN implementationContent style
here
.DataFrames
) - is 100 lines okay?Code style
a_variable_name
vsaVariableName
)black-nb -l 99
)for i in range(len(list))
(see slides)# NBVAL_CHECK_OUTPUT
import ...
lines are at the top (practice part) cell, ordered by standard library / 3rd party packages / our own (teachopencadd.*
)Website
We present our talktorials on our TeachOpenCADD website (https://projects.volkamerlab.org/teachopencadd/), so we have to check as well if the Jupyter notebook renders nicely there.
nblink
file by runningpython generate_nblinks.py
from within the directoryteachopencadd/docs/talktorials
.Status