摘要:
[toc] 1. keras模型可视化函数 keras.utils.vis_utils模块提供了可视化Keras模型的函数plot_model,可将模型summary信息以图片形式输出。 使用方式如下: plot_model 有 4 个可选参数: show_shapes (默认为 False) 控制 阅读全文
摘要:
[toc] 1. 起因 由于最近在处理遥感影像、空间矢量数据需要自己写代码实现,就决定用Ananconda在windows10上配置一个地理科学计算的Python环境,在安装 "geopandas" 时遇到了一些问题。 什么是geopandas? GeoPandas是一个开源项目,Pandas是Py 阅读全文
摘要:
1. Error polling for event status: failed to query event: CUDA ERROR ILLEGAL INSTRUCTION 2. could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR 阅读全文