赞
踩
吴恩达DeepLearning
# 1.numpy c = c.ravel() 将多维数组拉平 # 2.time tic = time.time() toc = time.time() print(str(1000*(toc- tic))+"ms")