CSIPlab / EBAD

Code repository for Ensemble-based Blackbox Attacks on Dense Prediction (EBAD), CVPR 2023
20 stars 3 forks source link

GPU memory #2

Open kaigelee opened 1 year ago

kaigelee commented 1 year ago

Great job. I would like to ask what hardware environment is used in the paper? Such as RTX 3090? And what is the minimum required GPU memory?

zikuicai commented 1 year ago

Yes, we used a RTX 3090 GPU, and detailed runtime and resource usage information can be found in the supplementary material. The memory demand varies based on the ensemble size and individual model size. For small ensembles, it is possible to fit them within GPUs with lower memory capacities, such as the 2080 Ti.