PaddleViT icon indicating copy to clipboard operation
PaddleViT copied to clipboard

模型权重文件下载建议

Open flyinggx opened this issue 3 years ago • 1 comments

现有的预训练参数文件都是在GitHub的项目链接里,这种方式虽然可视化效果好,但实际应用时存在诸多不便:

使用AiStudio或者本地开发时,需要将所有的权重文件提前下载(谷歌云盘或者百度网盘),之后再将该权重文件上传至指定位置,程序较繁琐;

image

建议

是否可以效仿PaddleSeg在保留GitHub项目链接的同时,在具体的项目配置文件中指定pretrain-model等预训练权重参数文件的下载链接,这样在模型训练时,可以依据配置文件自动下载权重,例如下图:

image

flyinggx avatar Dec 06 '21 06:12 flyinggx

Very good suggestion, we are already adding pretrain model weight downloading in python code. Will merge as soon as possible

xperzy avatar Dec 07 '21 03:12 xperzy