Closed haoxurt closed 2 years ago
Hi @haoxurt ! I have a few questions on this training configs:
Thanks!
There is no paper using 768x768 as input. I only want to try. I have A100 GPU with 40G memory and it can train with 768x768 .
There is no paper using 768x768 as input. I only want to try. I have A100 GPU with 40G memory and it can train with 768x768 .
Can you please record the memory usage for a single GPU when you start to train? I wonder whether my 3090 (24G) can handle 768x768 inputs. Thanks!
3090(24G) can’t train. It need 39.6G .
Thanks!
Hi @haoxurt, Might modify the crop size like https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/ade20k_640x640.py.
I want to use beit train ade20k with input size 768 x 768,can I only change the input size according to official configs? Do I need to change anything else?