I downloaded a SETR_MLA model (512x512 with a batch size of 8) to test its performance using ADE20K validation set. Since I have only two RTX Titan, I replaced the #GPU 8 with 2 for testing.
The SS testing is same as its report, which is 47.79%.
For MS testing, I followed the instruction that uses the config file ending in _MS.py in configs/SETR. However, the MS testing is just 47.91%, which is far way lower than its report 50.03%.
So, I'm wondering what could be the possible reasons? Thanks.
Hi,
I downloaded a SETR_MLA model (512x512 with a batch size of 8) to test its performance using ADE20K validation set. Since I have only two RTX Titan, I replaced the #GPU 8 with 2 for testing.
The SS testing is same as its report, which is 47.79%.
For MS testing, I followed the instruction that uses the config file ending in _MS.py in configs/SETR. However, the MS testing is just 47.91%, which is far way lower than its report 50.03%.
So, I'm wondering what could be the possible reasons? Thanks.