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