一成
一成
Hi! @ShichenLiu I just want to run test.py so I need 'data/results/models/recon/checkpoint_0200000.pth.tar' Can you upload your 'checkpoint_0200000.pth.tar' file? Thanks!
I used pl.seed_everything to set seed, ``` pl.seed_everything(_config["seed"], workers=True) ``` but I still got different result when I tested flickr30k Image2Text Retrieval task on the model trained by myself. First:...
The "BLIP-2 ViT-G Flan-T5-XXL" has 12.1B parameters. Therefore, how do you load this model to cuda memory? Do you use some skills like model sharding or the framework like Deepspeed?