Network 썸네일형 리스트형 [tensorflow] how to save the filter weights of the trained network as matfile ** 학습한 network를 읽어서 mat 파일 형식으로 저장하기 ** ** transfer training In this post, I will show you how to save the filter weights of the trained network as mat file format.First, you need to read the following post. 2017/07/18 - [Deep Learning] - [tensorflow] how to save trained network2017/07/18 - [Deep Learning] - [tensorflow] how to freeze trained network (make one pb file)2017/07/18 - [Deep Learning.. 더보기 [tensorflow] how to freeze trained network (make one pb file) ** 학습한 CNN graph 저장하기 - C++에서 사용하기 위해 **** See '[tensorflow] how to save trained network' first! ** Download the attached file ' freeze_graph.py'** The following code will create graph.pb at net_dir. This pb file will be used at c++. ** To see how to use graph.pb in c++, visit '[tensorflow] how to load and use CNN in c++' /// CODE /////////////////////////////from __future__ import absolute_impo.. 더보기 [tensorflow] how to save trained network ** tensorflow에서 학습한 network 저장하기 **** Following pseduo code will create 5 files at the location "net_dir" 1) checkpoint_state2) input_graph.pb 3) saved_checkpoint-0.data-00000-of-000014) saved_checkpoint-0.index5) saved_checkpoint-0.meta /// PSEUDO CODE /////////////////////////////////////////////////////////////////////////import tensorflow as tfimport something # path where trained network to.. 더보기 이전 1 다음