Huayang Li

Results 5 comments of Huayang Li

Hi @jamfly Yes, actually there are two solutions I think: 1. Detect the overflow operation step-by-step and address it. 2. Pretrain the ADP model for 3 epochs using FP32, and...

+ Have you tried using fp16 from scratch, will it turn lnf loss to the normal scale? Yes, I have tried FP16 from scratch with many hyper-parameters, e.g., different values...

To quickly fix this bug, you could add this line at the top of `main.py` ``` from prepro import * ``` Or you could reformat the code, such as putting...

Hi @bitnom Thanks for your feedback. We apologize for this issue. Actually, this is caused by an internal error of pytorchvideo library, which occurs when parsing videos in concurrent requests....

Hey @eternal8080, thanks for your interests! We are sorry that the original computational resource for this demo is no longer available, because most contributors of this project have left Tencent....