clovaai / ECLIPSE

(CVPR 2024) ECLIPSE: Efficient Continual Learning in Panoptic Segmentation with Visual Prompt Tuning
Other
41 stars 5 forks source link

environment and package version #2

Closed wendyhuang2021 closed 5 months ago

wendyhuang2021 commented 5 months ago

Hi! May you provide the precise packages & environment version? Such as python, torch, torchvision?

wendyhuang2021 commented 5 months ago

cuda=11.8 torch=2.1.2 If just use a single gpu, torch 1.9 not work. Update torch to 2.1.2, or change "SyncBN" -> "BN"

above it's work for me.

qjadud1994 commented 5 months ago

My environment setting is as follows torch=1.13.0 torchvision=0.14.0 cuda=11.7 cudnn=8.3

I follow Mask2Former's installation instructions, so I recommend checking them out.

wendyhuang2021 commented 5 months ago

Thanks for your great work and replay!