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
使用下面指令导出模型 export PYTHONPATH="$PWD" python deploy/export.py --config configs/test_export.yaml --model_path model_export/model_kitti.pdparams 得到的模型如图所示,有些维数没有指定,是?号,是什么原因?
export PYTHONPATH="$PWD" python deploy/export.py --config configs/test_export.yaml --model_path model_export/model_kitti.pdparams
这个模型应该不能使用吧?
The text was updated successfully, but these errors were encountered:
可能是因为模型没有固定输入参数大小,所以输入输出的维度不固定
Sorry, something went wrong.
sijunhe
No branches or pull requests
使用下面指令导出模型
export PYTHONPATH="$PWD" python deploy/export.py --config configs/test_export.yaml --model_path model_export/model_kitti.pdparams
得到的模型如图所示,有些维数没有指定,是?号,是什么原因?
这个模型应该不能使用吧?
The text was updated successfully, but these errors were encountered: