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
@GuoQuanhao
你好,我在测试TopFormer分割模型的前向预测精度中,发现点问题,请帮忙看下。
首先在PaddleVit首页,通过google网盘下载训练好的模型权重topformer_base.pdparams。
然后执行脚本进行分割预测: python val.py --config configs/topformer/topformer_base_512x512_160k_2x8_ade20k.yaml --model_path topformer_base.pdparams
log中显示没有加载成功参数,精度是全错的,是不是提供下载权重的链接错误了?
还有,请问下topformer分割模型可以使用训练脚本训练得到文档中的精度吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@GuoQuanhao
你好,我在测试TopFormer分割模型的前向预测精度中,发现点问题,请帮忙看下。
首先在PaddleVit首页,通过google网盘下载训练好的模型权重topformer_base.pdparams。
然后执行脚本进行分割预测:
python val.py --config configs/topformer/topformer_base_512x512_160k_2x8_ade20k.yaml --model_path topformer_base.pdparams
log中显示没有加载成功参数,精度是全错的,是不是提供下载权重的链接错误了?
还有,请问下topformer分割模型可以使用训练脚本训练得到文档中的精度吗?
The text was updated successfully, but these errors were encountered: