[AI达人养成营]笔记
分布式训练分布式训练有两种实现模式:模型并行和数据并行。模型并行的方式一般适用于如下两个场景:
模型架构过大: 完整的模型...
AI中图像搜索的调用
(1)首先需要通过API Key和Secret Key获取access_token
入库:
import requests
import base64
'''相似图检索—入库'''
request_url = "https://aip.baidubce.com/rest/...
【AI达人养成营】炼丹小trick
1. DropOut
2. ReLu
3. Normalization
4. Skip connection:
5. big batch size
6. Consie Learning rate Descay:
7. Label smoothing
8. Focal loss
9. warm up
10. EMA model
11. lr_scheduler
ai studio上训练出错
按GitHub教程做自定义数据集+树莓派4B搭建----ssd_mobilenet_v1_voc项目时,出现AssertionError: not found any voc record in test.txt,以下是我的test.txt格式...
ai studio上训练出错
AssertionError: not found any voc record in test.txt
请问这是什么问题,该如何解决呢
【AI达人养成营】笔记
分布式训练分布式训练有两种实现模式:模型并行和数据并行。模型并行的方式一般适用于如下两个场景: 模型架构过大: 完整的模型...
Ai Studio中安装PaddleDetection出错
环境:Paddle版本:2.1.2/2.0.2都试过,Python3.7
执行python setup.py install后报错
Traceback (most recent call last): File "/opt/conda/envs/python35-paddle120-env/lib/...
Ai Studio VisualDL使用问题
使用ppyolo源码训练自己的数据集,训练命令nohup python tools/train.py -c configs/ppyolo/ppyolov2_r50vd_dcn_voc.yml --eval -o use_gpu=true --use_vdl=True --vdl_log_di...