tyagi-iiitv / PointPillars

GNU General Public License v3.0
105 stars 47 forks source link

How to run the prediction #40

Open pratik-bari opened 2 years ago

pratik-bari commented 2 years ago

Hi Author,

I am getting the following error while running 'point_pillars_prediction.py'

2021-08-18 09:59:39.238383: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX512F FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 2021-08-18 09:59:39.773710: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1510] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 3983 MB memory: -> device: 0, name: Quadro P2000, pci bus id: 0000:21:00.0, compute capability: 6.1 2021-08-18 09:59:39.823529: F ./tensorflow/core/kernels/random_op_gpu.h:246] Non-OK-status: GpuLaunchKernel(FillPhiloxRandomKernelLaunch, num_blocks, block_size, 0, d.stream(), key, counter, gen, data, size, dist) status: Internal: invalid configuration argument Aborted

How to resolve this ?

Takugo commented 2 years ago

I cannot run the prediction and got similar error.