def forward()

in codes/models.py [0:0]


    def forward(self, x):
        output = self.encoder(self.norm(x))
        return output