# import tensorflow as tf # # hello=tf.constant("hello tensorflow!!") # session=tf.Session() # # print(session.run(hello)) import cv2 print(‘hello opencv‘)
TensorFlow--01
原文:https://www.cnblogs.com/Mengchangxin/p/10241936.html