CameraRadarFusionNet
CameraRadarFusionNet copied to clipboard
Overriding allow_growth setting because the TF_FORCE_GPU_ALLOW_GROWTH environment variable is set. Original config value was 0.
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
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.
How to solve this problem?