Molly

Results 7 comments of Molly

> You can run [transformer_example.cc.cu](https://github.com/bytedance/lightseq/blob/a5844a287f08f3190438b2bfbab15bf5c0eb525d/examples/inference/cpp/transformer_example.cc.cu) with a base or big exported model to test the time of lightseq. seq_len could be changed by max_step. > ft and tf result could...

你这个训练感觉已经不错了 BLEU值都比较高了 我的EM 到后来就变0了(哭 顺便问下,你使用的就是默认参数咩

> Yes I tried to trace the model before. At the moment it seems like the [`timm`](https://github.com/rwightman/pytorch-image-models) module is not 100% compatible. > Will look into it in the future....

Hi, I met the same issue. Have you solved it? If you have any solution, please tell me. Thanks!

> Hi! I just rollback to the first commit and download the responses files. But I still have the issue: 'openai.error.AuthenticationError: No API key provided. You can set your API...

> 5\. If the issue persists, consider implementing retry mechanisms to handle transient connection errors. This can be done by catching the `APIConnectionError` and retrying the request after a short...

@trevorbowen I saw a possible solution in another issue. ```python import nest_asyncio nest_asyncio.apply() ``` Add the above code. Although I don't know the principle, it dose help me to avoid...