HDRNET碰到的坑

1、undefined symbol: _ZN10tensorflow7strings6StrCatERKNS0_8AlphaNumE

https://blog.csdn.net/zhe_csdn/article/details/90345511

2、python 字符串string 开头r b u f 含义 str bytes 转换 format

https://blog.csdn.net/qq_16234613/article/details/79448203

3、tf.train.slice_input_producer

https://blog.csdn.net/weixin_42052460/article/details/80714379

4、tf.train.Coordinator

https://blog.csdn.net/weixin_42052460/article/details/80714539

5、图像处理:编码解码处理( tf.image.decode_jpeg)

https://blog.csdn.net/qq_43225437/article/details/88018408

6、使用 tf.read_file读取图片

https://blog.csdn.net/xjp_xujiping/article/details/81509064

7、TensorFlow中numpy与tensor数据相互转化

https://blog.csdn.net/xiaosongshine/article/details/84955891

8、python 字符串和整数,浮点型互相转换

https://www.cnblogs.com/chenfulin5/p/7813791.html

9、深度学习中各种图像库的图片读取方式

https://blog.csdn.net/u013841196/article/details/81194310

10、numpy.reshape

https://blog.csdn.net/wld914674505/article/details/80460042

11、numpy-笔记-expand_dims

http://www.mamicode.com/info-detail-2258703.html

12、tf.gfile.FastGFile()

https://blog.csdn.net/weixin_42176923/article/details/89085502

13、shape 函数,以及shape(2,)和shape(2,1)区别

https://blog.csdn.net/weixin_38859557/article/details/80778820

14、tf.concat()

https://www.jianshu.com/p/c465e7fab882

你可能感兴趣的:(tensorflow,深度学习)