semal
semal
> 可以尝试把 https://github.com/hanxiao/bert-as-service/blob/master/server/bert_serving/server/bert/modeling.py 里面的内容替换成albert的对应文件试试 有人尝试过了吗?
> > 可以尝试把 https://github.com/hanxiao/bert-as-service/blob/master/server/bert_serving/server/bert/modeling.py 里面的内容替换成albert的对应文件试试 > > 有人尝试过了吗? 替换之后竟然成功运行了..
> > > > 可以尝试把 https://github.com/hanxiao/bert-as-service/blob/master/server/bert_serving/server/bert/modeling.py 里面的内容替换成albert的对应文件试试 > > > > > > > > > 有人尝试过了吗? > > > > > > 替换之后竟然成功运行了.. > > 请问具体是怎么改的 直接用albert替换吗 我替换了不成功 是的,直接替换...
同求..
是的,我也遇到一样的问题。加载词典太耗内存了!
Got same problem.
What is the minimum GPU configuration required to train with fastfold?
Got another error when only using ddp: ``` [03/27/23 13:53:21] INFO colossalai - colossalai - INFO: /data/anaconda3/envs/B30/lib/python3.8/site-packages/colossalai/context/parallel_context.py:525 set_device INFO colossalai - colossalai - INFO: process rank 1 is bound to...
After some code modifications, I found that the multimer model training can be run successfully using bfloat16 precision. However, I still want to know if there are any other issues...
Thank you for your response. I understand that both multimer model training and bf16 precision may not always work as expected and can result in low accuracy or other issues....