- 博客(2)
- 收藏
- 关注
原创 TensorFlow笔记1——图像处理函数
1、图像编码处理: #!/usr/bin/env python # -*- coding:utf-8 -*- import matplotlib matplotlib.use('Qt4Agg') import matplotlib.pyplot as plt import tensorflow as tf image_raw_data = tf.gfile.FastGFile("F:...
2019-04-26 17:04:40
176
原创 【matlab杂记】profile
Visual Studio中的profile功能可以评测代码耗时,便于后期优化,也可以存储一定的结果,避免重复计算,也可以用来调试代码,matlab中的profile也可以实现这个功能。 基本命令 profile on : 开启profile profile off: 关闭profile profile clear: 清空历史数据 profile viewer: 查看profile 结果...
2018-11-01 11:31:42
1368
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人