LIU YE
LIU YE
The basic statistics of EVA pre-training are briefly mentioned in Table 3, where samples / sec. is 3150.
i try it in a NGC docker in Ubuntu 22.04. I also try Windows,but all fail. | | 刘烨 中南大学本科生 | | 15200945180 ***@***.*** | ---- Replied Message ---- |...
thank you!but we use the 13B, and where can find the weight. | | 刘烨 中南大学本科生 | | 15200945180 ***@***.*** | ---- Replied Message ---- | From | ***@***.***> |...
Thank you @JuntingGuo, It work in CPU; single GPU int8, but not in muli GPUs. It looks some works to do?
this problem has been solved. ---- Replied Message ---- | From | Hao ***@***.***> | | Date | 04/21/2023 09:58 | | To | ***@***.***> | | Cc | LIU...
I had this problem one time yesterday. But when I rerun it today, it doesn't persist.
In inference.py Line 79 - 82,the cfg is changed and the cfg.test_pipeline is replaced by cfg.pipeline. `if isinstance(cfg.test_dataloader, list): cfg = copy.deepcopy(cfg.test_dataloader[0].dataset) else: cfg = copy.deepcopy(cfg.test_dataloader.dataset)` So, the code will...