- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 tensorflow 在cpu的环境中无法导入gpu训练好的模型(Make sure the device specification refers to a valid device.)
在我准备迁移测试mobilenet时在调用new_saver.restore(sess, checkpoint_path_data)出现InvalidArgumentError: Cannot assign a device for operation 'clone_1/gradients/clone_1/MobileNet/conv_1/batch_norm/moments/sufficient...
2018-04-08 18:45:42 5113 1
原创 如何用slim进行网络模型迁移
# encoding:utf-8# 主要是用于迁移初始化模型import tensorflow as tfcheckpoint_path_mata = "*/checkpoint/model.ckpt-65559.meta" #模型网络结构checkpoint_path_data = "*/model.ckpt-65559"#模型网络参数vgg_path = "*/checkpoint/...
2018-03-30 18:19:28 1336
原创 textboxes中数据集的产生到使用
tfrecord的生产针对的数据集:SythTexts datasets(41G)合成数据集1产生tfrecord的所需的变量def _processing_image(wordbb, imname,coder): #wordbb = tf.cast(wordbb, tf.float32) image_data = tf.gfile.GFile(FLAGS.datasets_jpgfile +...
2018-03-22 16:00:45 827
原创 textboxes 代码中的几个重要变量
1 anchors核心代码def textbox_anchor_one_layer(img_shape, feat_size, ratios, scale, sizes, offset = 0.5, dtype=np.float32): """ #这个是用来产生一层的anchor #当img...
2018-03-22 14:16:26 701
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人