摘要: 2020必火的图神经网络(GNN)是什么?有什么用? 2020-02-20阅读 2090 导读:近年来,作为一项新兴的图数据学习技术,图神经网络(GNN)受到了非常广泛的关注。2018年年末,发生了一件十分有趣的事情,该领域同时发表了三篇综述类型论文,这种“不约而同”体现了学术界对该项技术的认可。 阅读全文
posted @ 2020-09-27 15:00 黄彬子 阅读(841) 评论(0) 推荐(0) 编辑
摘要: https://tensorflow.google.cn/install/source_windows GPU VersionPython versionCompilerBuild toolscuDNNCUDA tensorflow_gpu-2.3.0 3.5-3.8 MSVC 2019 Bazel 阅读全文
posted @ 2020-08-13 14:08 黄彬子 阅读(1411) 评论(0) 推荐(0) 编辑
摘要: 使用plot_model绘制网络模式失败。 import tensorflow as tf fashion_mnist = tf.keras.datasets.mnist (x_train, y_train), (x_test, y_test) = fashion_mnist.load_data() 阅读全文
posted @ 2020-08-13 14:04 黄彬子 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 1.使用keras时,导入cifar10数据会自动下载(https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz),但是有时会下载出错; 2.解决: (1)自己下载cifar-10-python.tar.gz,然后将文件放到对应路径(~./ker 阅读全文
posted @ 2020-07-31 17:24 黄彬子 阅读(1354) 评论(0) 推荐(0) 编辑
摘要: Tensorflow2.X 运行问题:Could not create cudnn handle: CUDNN_STATUS_ALLOC_FAILED Probably you're running out of GPU memory. If you're using TensorFlow 1.x: 阅读全文
posted @ 2020-07-30 21:32 黄彬子 阅读(2017) 评论(0) 推荐(0) 编辑
摘要: 安装还是顺利的。 C:\Users\lj.huang>pip install mxnet-cu101 Looking in indexes: http://mirrors.aliyun.com/pypi/simpleCollecting mxnet-cu101 Downloading http:// 阅读全文
posted @ 2020-07-22 16:33 黄彬子 阅读(2985) 评论(0) 推荐(1) 编辑
摘要: 从 TensorFlow 2.1 开始,pip 包 tensorflow 即同时包含 GPU 支持,无需通过特定的 pip 包 tensorflow-gpu 安装 GPU 版本。 如果对 pip 包的大小敏感,可使用 tensorflow-cpu 包安装仅支持 CPU 的 TensorFlow 版本 阅读全文
posted @ 2020-07-21 16:31 黄彬子 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 比如,如下信息不想显示 I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll 在import tensorflow as 阅读全文
posted @ 2020-07-20 19:56 黄彬子 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: numpy中的reshape中参数为-1 【转发】https://www.cnblogs.com/onemorepoint/p/9099312.html 上篇文章中的reshape(-1,2),有的时候不明白为什么会有参数-1,可以通过查找文档中的reshape()去理解这个问题 根据Numpy文档 阅读全文
posted @ 2020-07-20 11:25 黄彬子 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Xming是一个配置简单而功能强大的开源X Server,可以运行在M$的XP/2003/Vista操作系统下。Xming的主页:http://www.straightrunning.com/XmingNotes/Xming的SourceForge页面:http://sourceforge.net/... 阅读全文
posted @ 2012-02-13 09:49 黄彬子 阅读(2137) 评论(0) 推荐(0) 编辑