Zijie SHEN

Results 5 comments of Zijie SHEN

【队名】:小七是个炼丹师 【序号】:2 【论文】:[Neural Architecture Design for GPU-Efficient Networks](https://arxiv.org/abs/2006.14090) 【状态】:报名 【repo链接】https://github.com/SHEN2BAIYI/GENets_Paddle

How can i solve this problem that i wanna import this package outside the "notebook_launcher" function?

Following my reproduction procedures, an Exception will be raised at "notebook_launcher". ------ RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start...

Thanks a lot. But is there any solution that doesn’t need to migrate code into ‘taining_loop’? I find that ‘import peft’ can also trigger this exception, and i wanna do...

Thank you. Now I can use "peft" outside of training function, but for "transformers," I have moved the code inside the function.