94happy

Results 3 comments of 94happy

按照楼上的去掉最后那个参数 #fc1 = slim.fully_connected(fc_flatten, num_outputs=256,scope="fc1", activation_fn=prelu) 改成 fc1 = slim.fully_connected(fc_flatten, num_outputs=256,scope="fc1")就可以了!