Longzhi Wang
Longzhi Wang
Could you please provide example pictures from the book High Dynamic Range Imaging(the secong edition)? I'm currently studying this book!
Hello, I'm experiencing a problem that reading HDR images fails. I'm doing deep learning stuff and my datasets are all HDR images. The first 435 epochs can read HDR images...
我按照您的代码,仅仅只是改动了logx部分,但是没能得到理想的结果,所以想请问是我的问题还是本来复现不出来原论文结果
TODO: * [ ] support python binding
### PR types New features ### PR changes Others ### Description support multicard export for qwen 验证方法: 运行下面的命令进行两卡导出: ``` python -m paddle.distributed.launch --gpus 1,2 export_model.py --model_name_or_path qwen-vl/qwen-vl-7b-static --output_path ./QWen_check_points --dtype...
### PR types New features ### PR changes Others ### Description Support speculative decoding. Need https://github.com/PaddlePaddle/Paddle/pull/63666 be merged.
### PR types New features ### PR changes Others ### Description Support speculative_decoding **with dynamic batch**, waiting for CascadeAppendAttention.