can GPU 3090 run your code?
Closed this issue · 1 comments
yuheyuan commented
I see your datasets need leftImg8bit_sequence_trainvaltest.zip (324GB) [md5],it's too big. I think my machine may spend long time to train a model.
So I want to know your machine use which gpu.
lhoyer commented
We have used a single Nvidia V100 for the training. It should be possible to run the code with an RTX 3090 as well. The size of the dataset does not matter in this regard as the model is trained on mini-batches that are loaded from the disk while training.