Skip to content

Commit

Permalink
Merge pull request deepchem#3586 from shreyasvinaya/GAN
Browse files Browse the repository at this point in the history
Gan
  • Loading branch information
rbharath authored Oct 8, 2023
2 parents 039c6a7 + 4164305 commit 05a6608
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 0 deletions.
1 change: 1 addition & 0 deletions deepchem/models/torch_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from deepchem.models.torch_models.cgcnn import CGCNN, CGCNNModel
from deepchem.models.torch_models.gat import GAT, GATModel
from deepchem.models.torch_models.gcn import GCN, GCNModel
from deepchem.models.torch_models.gan import GAN
from deepchem.models.torch_models.infograph import InfoGraphStar, InfoGraphStarModel, InfoGraphEncoder, GINEncoder, InfoGraph, InfoGraphModel, InfoGraphEncoder
from deepchem.models.torch_models.mpnn import MPNN, MPNNModel
from deepchem.models.torch_models.lcnn import LCNN, LCNNModel
Expand Down
Loading

0 comments on commit 05a6608

Please sign in to comment.