宾不厌诈
宾不厌诈
mention扩展按Enter键不能触发选中,只能用tab和鼠标触发,draftjs官方插件的示例中不影响: https://www.draft-js-plugins.com/plugin/mention
1.按照 https://github.com/nodejs/node-gyp的说明将c++编译工具升级至2015; 2.NodeJS 7.8 + win10 64位 ` node "D:\Program Files\nodejs\node_global\node_modules\cnpm\node_modules\npminstall\node-gyp-bin\\node-gyp.js" rebuild 在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。 MSBUILD : error MSB6006: “VCBuild.exe”已退出,代码为 -1。 [G:\test\jiebaDemo\node_modules\[email protected]@nodejieba\buil d\binding.sln] gyp ERR! build error gyp ERR! stack Error: `C:\Program...
## Checklist: - [ ] 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 - [ ] 翻阅[FAQ](https://paddlepaddle.github.io/PaddleX/main/FAQ.html) - [ ] 翻阅[PaddleX 文档](https://paddlepaddle.github.io/PaddleX/main/index.html) - [ ] 确认bug是否在新版本里还未修复 ## 描述问题 根据 https://paddlepaddle.github.io/PaddleX/latest/module_usage/tutorials/ocr_modules/layout_detection.html#_3 提供的版面区域检测模型的demo,识别后无结果,使用的图片为提供的示例图片。 ```python from paddlex import create_model model_name...