You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, thanks. This was due to an incomplete refactor of the module names. I started a patch here that should fix it and will merge when I can test the code.
class SequenceModel(nn.Module):
def init(self, num_letters, hidden_dim, num_layers=3,
vocab=20, top_k=30, num_positional_embeddings=16):
""" Graph labeling network """
super(SequenceModel, self).init()
The text was updated successfully, but these errors were encountered: