in codes/models.py [0:0]
def __init__(self): super(DNA_Embedding, self).__init__() dim = 2048 self.dna_embed = nn.Embedding(4100, dim)