with name_scope('linear1', self.l1.params()):
            h1 = F.relu(self.l1(x))