load network 썸네일형 리스트형 [tensorflow] how to load and use the saved trained network in python ** tensorflow에서 미리 저장한 CNN로드하고 사용하기 **** See '[tensorflow] how to save trained network' first. // PSEUDO CODE ////////////////////////////////////////import tensorflow as tfimport something # save trained netnet_dir = 'path_to_saved_trained_network'image_path = 'path_to_input_images' with tf.Session() as sess: # Step1) Load graph from meta file (meta file contains the graph that I had defined be.. 더보기 이전 1 다음