10 2018 档案

摘要:Conclusion: Experimental: 模型部分代码 (用无序编号代替缩进): def rnn_model(x_train, y_train): # Inputs num = Input(shape=(x_train[0].shape[1], x_train[0].shape[2])) 阅读全文
posted @ 2018-10-27 22:03 wh228 阅读(2533) 评论(0) 推荐(0) 编辑
摘要:转自:https://songlee24.github.io/2014/08/15/python-FAQ-02/ 在写Python过程中,经常会遇到对象的拷贝,如果不理解浅拷贝和深拷贝的概念,你的代码就可能出现一些问题。所以,在这里按个人的理解谈谈它们之间的区别。 一、赋值(assignment) 阅读全文
posted @ 2018-10-23 12:38 wh228 阅读(147) 评论(0) 推荐(0) 编辑