shuxiangguo/ai-edumaster 6 Branches 0 Tags Code This branch is 522 commits behind microsoft/ai-edu:master.Folders and filesLatest commit mslichaoand Annbless split 11 and add deploy onnx with windows machine learning (microsoft#79 d889834· History171 Commits...
YOLOv5 in PyTorch > ONNX > CoreML > iOS. Contribute to shuxiangguo/yolov5 development by creating an account on GitHub.
shuxiangguo/stylegan2Public forked fromNVlabs/stylegan2 NotificationsYou must be signed in to change notification settings Fork0 Star0 View license starsforks NotificationsYou must be signed in to change notification settings Code Pull requests
shuxiangguo / ai-edu forked from microsoft/ai-edu Watch 1 Star 0 Fork 2.1k Code Pull requests Actions Projects Security Insights Permalink master Commits on Jan 4, 2019 split 11 and add deploy onnx with windows machine learning (microsoft#79 … ) * split 11 and add source ...
cvpr2020/cvpr2019/cvpr2018/cvpr2017 papers,极市团队整理. Contribute to shuxiangguo/cvpr2020 development by creating an account on GitHub.
Chinese real time voice cloning (VC) and Chinese text to speech (TTS). 好用的中文语音克隆兼中文语音合成系统,包含语音编码器、语音合成器、声码器和可视化模块。 - shuxiangguo/zhrtvc
shuxiangguo/ENet shuxiangguo/ENetPublic forked fromTimoSaemann/ENet Notifications Fork0 Star0 starsforks Notifications Code Pull requests Actions Projects Security Insights Additional navigation options master 1Branch 0Tags Code This branch is up to date withTimoSaemann/ENet:master....
1、find . -name shuxiangguo:查看当前文件夹及子文件夹里有没有文件名为“shuxiangguo”的文件 .表示当前目录 -name表示按名称搜索 2、find . -type d -name shuxiangguo:想查看当前文件夹及子文件夹里有没有”shuxiangguo”目录 -type:表示设定类型,d表示文件夹类型,可以替换为f(普通文件)、l(链接文件) ...
再次 结论:对于长度为N的数组,选择排序需要大约N2/2次比较和N次交换。 《算法基础》给出的伪码: 《算法》实现:阅读全文 posted @2016-07-24 23:14shuxiangguo阅读(124)评论(0)推荐(0)编辑 2 9101112 2326272829 30
---Linux命令uname--- ===shuxiangguo=== 1、uname -a 输出一组系统信息 2、uname -s 输出内核名称 3、uname -n 输出网络节点上的主机名 4、uname -r 输出内核发行号 5、uname -v 输出内核版本