in codes/models.py [0:0]
def __init__(self): super(Pos_L2_Embed, self).__init__() dim = 2048 self.pos_embed = nn.Embedding(129, dim)