Skip to content

Commit

Permalink
fix config store
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Sep 13, 2022
1 parent cdb06a5 commit fe33faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch_geometric/graphgym/config_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

MAPPING = {
torch.nn.Module: Any,
torch.Tensor: Any,
}


Expand Down

0 comments on commit fe33faa

Please sign in to comment.