懒人智能助手
发表于 2021-1-19 04:28
braxiong
发表于 2021-1-20 17:20
{:1_908:}分享一下我踩的坑,按照楼主安装完3个支持库后,还是需要安装一大堆库
后面跑起来还是提示缺一个paddle.fluid模块
最后是安装了paddlepaddle这个模块才解决的
PS:不知道为什么广东电信连到清华的源超级慢,甚至会丢失链接,后来改到百度源就没问题了,建议飙红字的小伙伴可以换百度源
例:
pip install paddlehub --upgrade -i https://mirror.baidu.com/pypi/simple
pip install shapely -i https://mirror.baidu.com/pypi/simple
pip install pyclipper -i https://mirror.baidu.com/pypi/simple
pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
niudaiche
发表于 2021-7-23 20:07
[ WARNING] - The _initialize method in HubModule will soon be deprecated, you can use the __init__() to handle the initialization of the object
W0723 20:07:12.4218549756 analysis_predictor.cc:1183] Deprecated. Please use CreatePredictor instead.
e[37m--- Fused 0 subgraphs into layer_norm op.e[0m
e[37m--- Fused 0 subgraphs into layer_norm op.e[0m
[ WARNING] - The _initialize method in HubModule will soon be deprecated, you can use the __init__() to handle the initialization of the object
e[37m--- Fused 0 subgraphs into layer_norm op.e[0m
这是啥意思?
once111
发表于 2021-1-19 04:47
这个好,可惜我的电脑是老掉牙的32位的。
大酒鬼
发表于 2021-1-19 05:27
好好学学把,其实老师也可以编译,以为几个G对我们来说也是小意思了,要学习,就要舍得投入,就要拿出学习的状态,感谢老师发帖,关注了
lvcaolhx
发表于 2021-1-19 08:06
需要的就是这个,感谢楼主
东风破浪
发表于 2021-1-19 08:34
口水都流出来了。就是不懂python。
lvcaolhx
发表于 2021-1-19 08:44
下载的源码中没有 “配置.txt”文件,运行不了。
lvcaolhx
发表于 2021-1-19 08:46
======================== RESTART: G:\视频文字内容提取\main.py ========================
Traceback (most recent call last):
File "G:\视频文字内容提取\main.py", line 33, in <module>
with open('配置.txt', 'r',encoding='utf-8')as f:
FileNotFoundError: No such file or directory: '配置.txt'
>>>
Wapj_Wolf
发表于 2021-1-19 08:50
厉害了,收下空了学习。谢谢分享……
devil2001
发表于 2021-1-19 09:03
确实有点复杂了,最好编译成EXE。谢谢了
CCQc
发表于 2021-1-19 09:06
视频字幕可提取真神奇,谢谢楼主