002 OpenCV+TensorFlow 測試案例hello world

tensorflow的驗證程序 #import 2strint 3print import tensorflow as tf hello=tf.constant('hello tf!') sess=tf.Session() print(sess.run(hello)) #note:1.常量創建 2.session上下文的創建 3print方法   opencv驗證程序 import cv2 pri
相關文章
相關標籤/搜索