Sean Thomas
Results
1
comments of
Sean Thomas
Same issue with different network. Seems to be failing when it gets to this module: ``` class Quantize(nn.Module): def __init__(self, dim, n_embed, decay=0.99, eps=1e-5): super().__init__() self.dim = dim self.n_embed =...