TUMFTM / CameraRadarFusionNet

Apache License 2.0
407 stars 131 forks source link

Overriding allow_growth setting because the TF_FORCE_GPU_ALLOW_GROWTH environment variable is set. Original config value was 0. #32

Open AhmeddOsama opened 2 years ago

AhmeddOsama commented 2 years ago

When I run the test_crf.net on Google Collab using python 3.5 and CUDA 10.0 . The following message is displayed and I dont see anything else happening image Full error message: W tensorflow/core/common_runtime/gpu/gpu_bfc_allocator.cc:42] Overriding allow_growth setting because the TF_FORCE_GPU_ALLOW_GROWTH environment variable is set. Original config value was 0.

Guculibur commented 10 months ago

How to solve this problem?