### CLIP训练参考链接
https://gitee.com/ascend/ModelZoo-PyTorch/blob/master/PyTorch/built-in/others/CLIP_for_PyTorch
按照文档配置已拉取权重,安装transformers,但是训练报数据加载问题
bash test/train_clip_full_1p.sh --data_path=/data1/model_from_hf/coco2017/ --model_path=./clip-roberta/

数据集是完整的COCO2017,是跑过yolo训练的

### CLIP训练参考链接
https://gitee.com/ascend/ModelZoo-PyTorch/blob/master/PyTorch/built-in/others/CLIP_for_PyTorch
按照文档配置已拉取权重,安装transformers,但是训练报数据加载问题
bash test/train_clip_full_1p.sh --data_path=/data1/model_from_hf/coco2017/ --model_path=./clip-roberta/
数据集是完整的COCO2017,是跑过yolo训练的