AttributeError: 'list' object has no attribute 'copy'
出現(xiàn)這個(gè)問題是python的版本不對(duì); 用python3 就不會(huì)有這個(gè)問題
tensorflow版本1.0更新之前函數(shù)的使用使用舊版本的tensorflow函數(shù)時(shí)有時(shí)會(huì)出現(xiàn)以下錯(cuò)誤 解決方法是修改以下函數(shù):版本1.0之前 -> 版本1.0 y=x.copy()AttributeError: 'li...