-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from BlauGroup/legacy_calcs
Fixed and Updated GNN model
- Loading branch information
Showing
19 changed files
with
484 additions
and
1,633 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from NanoParticleTools.machine_learning.data.dataset import NPMCDataset | ||
from NanoParticleTools.machine_learning.data.processors import SummedWavelengthRangeLabelProcessor | ||
from NanoParticleTools.machine_learning.data.datamodule import NPMCDataModule |
141 changes: 0 additions & 141 deletions
141
src/NanoParticleTools/machine_learning/models/discretized_graph/data.py
This file was deleted.
Oops, something went wrong.
122 changes: 0 additions & 122 deletions
122
src/NanoParticleTools/machine_learning/models/discretized_graph/model.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.