摘要:
import tensorflow as tf import numpy as np a = np.array([1,2,3,4,5,6,7,8,9],dtype='float32'); a = a.reshape(3,3); c = a + [22,33,44];#c.dtype='float64 阅读全文
摘要:
http://blog.csdn.net/cunchi4221/article/details/107478606 python 获取唯一值 In this article, we will be understanding 3 ways to get unique values from a Py 阅读全文