gulu999

Results 6 comments of gulu999

大佬们,你们微调成功了吗,我这总是报一些奇奇怪怪的错,能不能把你们使用的包发给我啊,conda list那个,然后大概需要多大显存啊,效率怎么样,4张3090够用不

Sorry to interrupt you. When I use the pre-trained model(swin_base), the program runs with the following error: RuntimeError: Error(s) in loading state_dict for DataParallel: Unexpected key(s) in state_dict: "module.encoder.encoder.proj.last_layer.weight_g","module.encoder.encoder.proj.last_layer.weight_v", "module.encoder.encoder.proj2.last_layer.weight_g",...

First of all thanks for such a quick reply. After I add **strict=False**,the program runs with the following error: File "C:/Users/li/Desktop/xgqapaper/relvit/relvitli/main.py", line 281, in main_worker optimizer.load_state_dict(ckpt['optimizer'],strict=False) TypeError: load_state_dict() got an...

Thank you again! After I follow your modification,the program runs with the following error: Traceback (most recent call last): File "C:/Users/li/Desktop/xgqapaper/relvit/relvitli/main.py", line 632, in main(config) File "C:/Users/li/Desktop/xgqapaper/relvit/relvitli/main.py", line 102, in...

I want to evaluate the weight and I use pycharm to run the code on my laptop(only one Gpu) . The main.py is almost the same as your code(train_gqa.py) ....

Thank you very much, I have successfully run the code and got the correct result.