zhaoying
zhaoying
龙龙老师,numpy实战bp的源码貌似没有,我想参考一下如何加载mnist数据集。
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 参考: https://github.com/THUDM/ChatGLM-6B#%E5%A4%9A%E5%8D%A1%E9%83%A8%E7%BD%B2 main_infer.py就是main.py文件中新增加载模型时在参数分布在多gpu上。device_map中新增'transformer.prefix_encoder': 0 ```python def auto_configure_device_map(num_gpus: int) -> Dict[str, int]:...
看erniesage代码聚合1阶邻居时,有用到sequence_pad,但是在最新的paddle2.4中这个在静态图里面,动态图有高效实现相同功能的思路吗?自己解析传入的message再pad感觉比较低效
流程是contriever base版本做召回,gpt-3挑选正例,其余召回作为hard negative吗?