NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.38k stars 389 forks source link

CUDA out of memory, google colab T4, 15G VRAM on toy example #7

Closed ihorizons2022 closed 1 year ago

ihorizons2022 commented 1 year ago

2023-08-13 07:32:27.550330: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2023-08-13 07:32:28.516815: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Training with 1 GPUs. Using random seed 0 Make folder logs/2023_0813_0732_30_toy_example

chenhsuanlin commented 1 year ago

The default config consumes ~24GB GPU memory, so it would OOM on such GPUs. Please also see #4 for discussions on lowering the memory consumption.

mli0603 commented 1 year ago

Please see the FAQ section on how to adjust the hyperparameters