zjbaby

Results 3 issues of zjbaby

@eldar & @andreas-eberle Hi, I try to freeze your model by the following code: restorer = tf.train.Saver() sess = tf.Session() sess.run(tf.global_variables_initializer()) sess.run(tf.local_variables_initializer()) ##restore variables from disk ckpt file. restorer.restore(sess, "model/mpii/mpii-single-resnet-101")...

Hi, I compile follow the steps: 1. cd $CAFFE_ROOT 2. cp Makefile.config.example Makefile.config 3. uncomment the line: USE_CUDNN := 1 4. comment the *_20 and *_21 lines 5. make -j7...

@YijinLiu @camect Hi , I test mobilenet ssd model which downloaded from "https://storage.googleapis.com/download.tensorflow.org/models/tflite/coco_ssd_mobilenet_v1_1.0_quant_2018_06_29.zip" and I try to change net input size for faster speed by the following code: ` std::vector...