cly124567 / SeA

The code of bmvc 2022 paper "SeA: Selective Attention for Fine-grained Visual Categorization".
4 stars 2 forks source link

torch version #1

Open JJJTF opened 1 year ago

JJJTF commented 1 year ago

Hello, could you please tell me the version number of torch you are using? I have the following error: AttributeError: module 'torch' has no attribute 'take_along_dim'.

cly124567 commented 1 year ago

The torch==1.10.0;torchvision==0.11.1;mmcv-full==1.4.6;timm==0.5.4

------------------ 原始邮件 ------------------ 发件人: "cly124567/SeA" @.>; 发送时间: 2023年3月29日(星期三) 下午5:34 @.>; @.***>; 主题: [cly124567/SeA] torch version (Issue #1)

Hello, could you please tell me the version number of torch you are using? I have the following error: AttributeError: module 'torch' has no attribute 'take_along_dim'.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

JJJTF commented 1 year ago

Thank you very much for your prompt reply!