with name_scope('linear2', self.l2.params()):
            h2 = F.relu(self.l2(h1))