原创 tensorflow 學習資料收集

對於tensordlow 如何製作tfrecord數據集,並且 將數據集導入參考以下博客:http://blog.csdn.net/miaomiaoyuan/article/details/56865361 上篇博客並未使用batch分批

原创 Python學習(2)

字典的遍歷:兩種方式dic1 = {'name':'liberyu','age':21,'gender':'male'} for x in dic1: print dic1[x] #得到的結果是l