1. 2020/2/10 检查本地anaconda环境:tensorflow 1.8.0; keras 2.1.5 打开的命令行是anaconda prompt(主菜单找A) 问题解决:默认import keras使用的是Theano backend;导入keras报错 解决:正确如下图,导入ker ...
分类:
其他好文 时间:
2020-02-10 22:42:51
阅读次数:
86
原文:Artist tutorial 译者:飞龙 协议:CC BY-NC-SA 4.0 matplotlib API 有三个层级。 matplotlib.backend_bases.FigureCanvas是绘制图形的区域,matplotlib.backend_bases.Renderer是知道如何 ...
分类:
其他好文 时间:
2020-02-03 19:16:34
阅读次数:
75
Besides S4 extension tool in Fiori UI, you can also create extension field in backend using report CFD_TEST. Caution (1) NEVER run it in development s ...
分类:
其他好文 时间:
2020-02-02 18:02:27
阅读次数:
86
In S4 cloud, it is not possible to create employee via tcode BP any more in backend via support user: Instead, you have to do it using business user i ...
分类:
其他好文 时间:
2020-02-02 17:46:43
阅读次数:
70
>>> plt.show() __main__:1: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. 原因: 发现发生在 coco.py 文件... ...
分类:
其他好文 时间:
2020-01-28 13:49:29
阅读次数:
266
下面是我今天研究的后台OData数据的model以及如何在IE里面consume: SPRO里面: 这个model provider class定义了LWM_CUSTOMER_BRIEFING这个model的所有structure,以及structure之间的相互关系。 现在没有一个图形化界面的to ...
分类:
其他好文 时间:
2020-01-25 10:36:17
阅读次数:
101
In this blog I will introduce a prototype regarding a Smart Field Service prototype recently developed by our team. The aim of this prototype developm ...
分类:
其他好文 时间:
2020-01-25 10:16:28
阅读次数:
148
连接MySQL数据库 配置文件 找到 对应的设置,修改为MySQL的配置即可 连接数据库 在项目的 文件中进行编辑. 用于告诉 使用pymysql模块代替MySQLdb模块。 创建数据库 建立模型 创建完项目后,我们进入 ,进入 创建我们的模型( 数据库 ) 数据库同步指令 如果没有修改django ...
分类:
数据库 时间:
2020-01-23 21:23:24
阅读次数:
133
default.php index.php view.html.php helper.php controller.php frontend.php backend.php colorConfig.ini.php config.php router.php view.php search.php u ...
分类:
编程语言 时间:
2020-01-22 16:02:31
阅读次数:
304
如果遇到问题: __main__:1: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. 解决方案: 在程序中增加一条语句: import ma ...
分类:
其他好文 时间:
2020-01-21 13:20:43
阅读次数:
545