论文阅读心得
比较熟悉Pytorch可以看看github上的论文源码。而且,Paddle的CV模型库里的那些GAN模型是一个非常好的代码学习资源,GAN...
argparse库教程
,发现文档里写的很详细,所以贴出来和大家分享下。另外,在GitHub里的大部分项目都会用到 argparse,提早学习对于理解和调试程序必然...
StarGAN
label (e.g. one-hot vector) as input, and thus it inevitably produces...
AI Studio的的环境有问题
AI Studio的paddle2.0-rc的LSTM网络GPU运行有问题,而CPU运行正常。
附上问题链接:https://github.com/PaddlePaddle/Paddle/issues/28543...
一键部署服务器出问题
/pyramidbox_lite_server_mask. See 'https://github.com/PaddlePaddle/PaddleHub...
OCR 识别小工具(4)户口本识别
util.cpp 中
screenshot/functions/util.h https://github.com/busyboxs...
中国游戏圈2020年12月的简讯
继Google Play Store后,苹果稍早也公布了自家App Store的2020年最佳App及游戏名单,并根据iPhone...
上来第一步就找不到模块,真服了
看PaddleDetection模型挺多的想试一下,恰好还有免费算力,就按照https://github.com/PaddlePaddle...
图神经网络7日打卡营学习心得
://github.com/PaddlePaddle/PGL/tree/main/pgl)团队倾力打造,旨在帮助大家快速入门图神经网络。
小斯妹老师带着大家...
UNIMO:百度提出统一模态学习方法
Cross-Modal Contrastive Learning
论文地址:
https://github.com/weili-baidu...
DQN训练飞翔的小鸟
源码地址:https://github.com/yeyupiaoling/ReinforcementLearning/tree/main...
Doris在作业帮实时数仓中的应用与实践
Apache Doris Github:
https://github.com/apache/incubator-doris
Apache Doris 开发者邮件组:
dev@doris.apache.org
...
百度发布预训练模型ERNIE-M
地址:
https://github.com/PaddlePaddle/ERNIE
跨语言理解
随着人工智能技术的不断发展,搜索引擎、智能...
深度学习七日入门CV心得体会
,GoogleNet/Inception,ResNet等经典网络结构有了一定的认识,于是我尝试将VGG网络应用应用在了第二课的手势识别中,当时...