
ml
JachinDo
梦想仗剑走天涯
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MacOS Matplotlib中文显示乱码/方块解决方法
这里写自定义目录标题MacOS Matplotlib中文显示乱码/方块解决方法 MacOS Matplotlib中文显示乱码/方块解决方法 【版本:python3.6】 首先进入 /Users/jc/anaconda3/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf/Users/jc/anaconda3/lib/python3....原创 2018-09-23 13:18:46 · 1967 阅读 · 0 评论 -
Tensorflow Keras 中input_shape引发的维度顺序冲突问题(NCHW与NHWC)
Tensorflow Keras 中input_shape引发的维度顺序冲突问题(NCHW与NHWC) 原文链接:Tensorflow Keras 中input_shape引发的维度顺序冲突问题(NCHW与NHWC) 以tf.keras.Sequential构建卷积层为例: tf.keras.layers.Conv2D(10, 3, input_shape=(2, 9, 9),padding='s...原创 2020-03-11 14:16:28 · 3947 阅读 · 0 评论 -
Tensorflow导入成功使用却失效(AttributeError: module 'tensorflow' has no attribute 'xxx_')
Tensorflow导入成功使用却失效(AttributeError: module ‘tensorflow’ has no attribute ‘xxx_’) 【错误信息】 AttributeError: module 'tensorflow' has no attribute 'xxx_' 【解决1】 重装 pip uninstall tensorflow pip install tenso...原创 2020-03-26 10:08:56 · 785 阅读 · 0 评论