def _init_weights(self, scope=0.25): self.lookup_table.weight.data.uniform_(-scope, scope) init.xavier_uniform(self.logistic.weight)