You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the evaluation code of BLIVA, everything is normal. However, when I use the evaluation code of LAVIS, there is an error of missing model parameters: The model used is as follows: ... . The location of the error in the code is as follows:
Missing parameter picture:
The text was updated successfully, but these errors were encountered:
I have identified the issue; it occurred when running evaluate.py with torch.distributed.run --nproc_per_node=4. After removing it, the program runs normally. But what I want to know now is how to use torch.distributed.run.
When I use the evaluation code of BLIVA, everything is normal. However, when I use the evaluation code of LAVIS, there is an error of missing model parameters: The model used is as follows: ... . The location of the error in the code is as follows:
Missing parameter picture:
The text was updated successfully, but these errors were encountered: