minounou

Results 5 comments of minounou

OK Thanks! also is "Nvidia 4xA10G large 96GB-vram" OK? I tried that before but still got "cuda out memory" error-message: it seems it needs a single card with more than...

I got the same error-message as above, after that I commentd the "SLURMEnvironment" in overfit.py, then it seems stated work but got GPU out-of-memory error-message: ``` ... File "/home/bizon/anaconda3/envs/flowmap/lib/python3.11/site-packages/torch/nn/functional.py", line...

OK got it I run the following command and still got cuda-memory-error, could you take a look Thanks! command: `CUDA_VISIBLE_DEVICES=0 python -m flowmap.overfit dataset=images dataset.images.root=./datasets/flowmap/co3d_bench/ ` error-message: ``` CUDA_VISIBLE_DEVICES=0 python...

@kk6398 Thank you! I got the above link you mentioned(add +experiment=low_memory) and now it is working great Thanks! (my current command): `CUDA_VISIBLE_DEVICES=0 python -m flowmap.overfit dataset=images dataset.images.root=./datasets/flowmap/co3d_bench/ +experiment=low_memory`

您好!我现在用1块4090在16x512x512时依然有显存溢出的错误、如果您可以使用2块4090的请把配置和cli参数告诉我一下、谢谢!