We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用自定的数据微调GeneralRecognitionV2_PPLCNetV2_base.yaml特征提取模型,里面有两个参数 relabel: True sampler: id_list: [50030, 80700, 92019, 96015] # be careful when set relabel=True 使用自定义的数据集,类别有17000类,请问上面两个参数是什么含义?需要根据自己的数据集类别数量更改吗?另外请问哪里能找到参考文档。https://paddleclas.readthedocs.io/zh-cn/latest/这个地址上看不到所有的参数信息。
The text was updated successfully, but these errors were encountered:
建议优先使用 PaddleX 进行模型开发,PaddleX 大幅简化了模型的训练参数配置,相关文档。使用 PaddleClas 的话,相关文档。你这个需求的话,建议用大一点的模型:GeneralRecognitionV2_CLIP_vit_base
关于两个参数:
relabel
id_list
Sorry, something went wrong.
TingquanGao
No branches or pull requests
使用自定的数据微调GeneralRecognitionV2_PPLCNetV2_base.yaml特征提取模型,里面有两个参数
relabel: True
sampler:
id_list: [50030, 80700, 92019, 96015] # be careful when set relabel=True
使用自定义的数据集,类别有17000类,请问上面两个参数是什么含义?需要根据自己的数据集类别数量更改吗?另外请问哪里能找到参考文档。https://paddleclas.readthedocs.io/zh-cn/latest/这个地址上看不到所有的参数信息。
The text was updated successfully, but these errors were encountered: