Skip to content

Commit

Permalink
Update KERMIT.py
Browse files Browse the repository at this point in the history
  • Loading branch information
umbylyno authored May 2, 2022
1 parent 1018324 commit a418e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/GraphBased/KERMIT.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import torch, torchvision
from torch import nn

class ImageEncoder(nn.Module):
def __init__(self, **kwargs):
super(ImageEncoder, self).__init__()
Expand Down

0 comments on commit a418e54

Please sign in to comment.