-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file.
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,11 @@ | ||
""" | ||
Post-framework transforms will not be implemented in ProteinShake, but are responsibility of the respective framework. | ||
You can pass the framework-native transforms to the Dataset object though. | ||
|
||
Example: | ||
|
||
from proteinshake.datasets import EnzymeDataset | ||
from torch_geometric.transforms import AddSelfLoops | ||
ds = EnzymeDataset(...).to_graph(...).pyg(..., post_transform=AddSelfLoops) | ||
|
||
""" |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.