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
llamafactory
文档里关于图片分辨率的参数 是 : image_resolution ,默认值是 512*512 。看 代码也是
LLaMA-Factory/src/llamafactory/hparams/model_args.py
Line 61 in 0279427
Line 62 in 0279427
所以这里应该是个 int, 512*512 = 262144
但是实际处理的时候,又是
LLaMA-Factory/src/llamafactory/data/mm_plugin.py
Line 73 in 74a79cc
Line 78 in 74a79cc
直接取得值和长短边比较了? 应该是直接和 512 比? 容易造成 confuse
No response
The text was updated successfully, but these errors were encountered:
看错分支了,最新的代码已经正常。。
Sorry, something went wrong.
No branches or pull requests
Reminder
System Info
llamafactory
version: 0.9.1.dev0Reproduction
文档里关于图片分辨率的参数 是 : image_resolution ,默认值是 512*512 。看 代码也是
LLaMA-Factory/src/llamafactory/hparams/model_args.py
Line 61 in 0279427
LLaMA-Factory/src/llamafactory/hparams/model_args.py
Line 62 in 0279427
所以这里应该是个 int, 512*512 = 262144
但是实际处理的时候,又是
LLaMA-Factory/src/llamafactory/data/mm_plugin.py
Line 73 in 74a79cc
LLaMA-Factory/src/llamafactory/data/mm_plugin.py
Line 78 in 74a79cc
直接取得值和长短边比较了? 应该是直接和 512 比?
容易造成 confuse
Others
No response
The text was updated successfully, but these errors were encountered: