简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
0,阅读Pytorch C++官网文档,在虚拟机上安装Ubuntu16.04的Linux操作系统搭建环境,并使用makefile进行编译,代码简洁易读。sudo apt-get updatesudo apt-get install vim make cmake gcc g++ libnss3 tree git openssh-server openssh-client1,下载p...
0,阅读Pytorch C++官网文档,在虚拟机上安装Ubuntu16.04的Linux操作系统搭建环境,并使用makefile进行编译,代码简洁易读。sudo apt-get updatesudo apt-get install vim make cmake gcc g++ libnss3 tree git openssh-server openssh-client1,下载p...
def arr_pad_align(arr1, arr2):arr1_len = len(arr1)# 取第一个数组的长度arr2_len = len(arr2)# 取第二个数组的长度arr_list = [(arr1), (arr2)]# 将数组放入list容器arr_matrix = [[arr1_len, arr2_len]]# 将输入...
1,安装所需要的cuda和cudnn环境, 版本10.0地址2,编译安装caffe22.1安装系统依赖,根据官网sudo apt-get updatesudo apt-get install -y --no-install-recommends \build-essential \cmake \git \libgoogle-glog...
相关链接https://github.com/howl-anderson/Chinese_models_for_SpaCy
vulkan
1, 安装pypinyin包pip install pypinyin2,对应的APIfrom pypinyin import lazy_pinyin,pinyin, Styleout1 = pinyin(u'单个', heteronym=True)#[['dān', 'chán', 'shàn'], ['gè', 'gàn', 'gě']]...
1,简介 FastAPI是一种现代,快速(高性能)的Web框架,用于基于标准Python类型提示使用Python 3.6+构建API。2,安装pip install fastapipip install uvicorn3,应用3.1 main.pyfrom fastapi import FastAPIapp = FastAPI()@app.get("/
1,介绍cnocr于2019年7月25日开源,以下是使用介绍。2,安装pip install cnocr3,使用from cnocr import CnOcrocr = CnOcr()path = r"D:\server\cnocr\examples\rand_cn1.png"res = ocr.ocr_for_single_line(path)print(res)按住Ct...