Skip to content

Commit

Permalink
Merge pull request #3601 from shreyasvinaya/GANModel
Browse files Browse the repository at this point in the history
GANModel Porting
  • Loading branch information
rbharath committed Nov 6, 2023
2 parents 657c3a7 + 1d8400e commit 2c87061
Show file tree
Hide file tree
Showing 4 changed files with 595 additions and 18 deletions.
2 changes: 1 addition & 1 deletion deepchem/models/torch_models/__init__.py
Expand Up @@ -9,7 +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.gan import GAN, GANModel
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

0 comments on commit 2c87061

Please sign in to comment.