CLIP-Chinese icon indicating copy to clipboard operation
CLIP-Chinese copied to clipboard

中文CLIP预训练模型

Results 8 CLIP-Chinese issues
Sort by recently updated
recently updated
newest added

你好,我遇到了没有cuda的问题 在windows后台运行:python train_clip.py --train_args_file train_args/train_clip.json 报错 Traceback (most recent call last): File "train_clip.py", line 136, in main() File "train_clip.py", line 86, in main args, training_args = parser.parse_json_file(json_file=train_args_file) File "E:\ancanda\envs\CLIP-Chinese\lib\site-packages\transformers\hf_argparser.py", line...

When I follow your steps to train, I always get the following error KeyError: Caught KeyError in DataLoader worker process 0. KeyError: 'text'

I am a beginner in natural language processing. When I clone the repository, install the environment dependencies, and try to run the quickstart code in README, the following error occurs,...

您好!我想用您的模型来对本地数据集进行图文相似度计算。请问是否需要进行微调呢?谢谢!

when install pytorch with cpu-only, and conduct training. An error warning FP16 Mixed precision training with AMP or APEX (`--fp16`) and FP16 half precision evaluation (`--fp16_full_eval`) can only be used...

你好,请问有预训练好的原始的ckpt权重吗?