yu-gi-oh-leilei / IDA_2023ICLR

The reproduction of the paper "Robust Attention for Contextual Biased Visual Recognition" ICLR2023.
8 stars 0 forks source link

I can't find requirements file #2

Open bmnptnt opened 7 months ago

bmnptnt commented 7 months ago

I tried to set up experiment environment. But I can't find the requirements.txt, where is it?

yu-gi-oh-leilei commented 7 months ago

Based on my understanding of the issue you are encountering, I anticipate updating the relevant code within the next few days to address this problem. If you are pressed for time, you can temporarily remove the TresNet-related files from this library. Please let me know if this resolves the issue. Good luck with your research!

from .tresnet import tresnetm, tresnetl, tresnetxl, tresnetl_21k
from .tresnet2 import tresnetl as tresnetl_v2
from .tresnet3 import tresnetl as tresnetl_v3
yu-gi-oh-leilei commented 7 months ago

I tried to set up experiment environment. But I can't find the requirements.txt, where is it?

We have updated the code and added a requirements file