Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintao-Huang committed Feb 1, 2025
1 parent 2aee1aa commit b18a0c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/notebook/qwen2_5-vl-grounding/zh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@
"\n",
"训练完成后,我们使用以下命令对训练时的验证集进行推理。这里`--adapters`需要替换成训练生成的last checkpoint文件夹。由于adapters文件夹中包含了训练的参数文件,因此不需要额外指定`--model`。\n",
"\n",
"推理时请提前对图像进行缩放而不使用`MAX_PIXELS`或者`--max_pixels`\n"
"若模型采用的是绝对坐标的方式进行输出,推理时请提前对图像进行缩放而不使用`MAX_PIXELS`或者`--max_pixels`。若是千分位坐标,则没有此约束。\n",
"\n",
"由于我们已经将训练后的checkpoint推送到了ModelScope上,以下推理脚本可以直接运行:"
]
},
{
Expand Down

0 comments on commit b18a0c7

Please sign in to comment.