western-hill

Results 5 comments of western-hill

I'm experiencing similar issue. It reproduced on docker. [Dockerfile.txt](https://github.com/traveller59/second.pytorch/files/6720866/Dockerfile.txt) ```sh + python ./pytorch/train.py evaluate --config_path=/mnt/host/vol/second.pytorch/second/configs/all.fhd.config.fixed --model_dir=/mnt/host/vol/second.pytorch/second/configs/pointpillars/model_result --measure_time=True --batch_size=1 /miniconda/envs/py38/lib/python3.8/site-packages/numba/cuda/envvars.py:17: NumbaWarning: Environment variables with the 'NUMBAPRO' prefix are deprecated and consequently...

Thank you for your advice ! Today I downgraded numpy with 1.16 also according to this [article](https://www.programmersought.com/article/56275115098/). Specifically, I added following 1 line to the tail of Dockerfile ```dockerfile RUN...

No worries. Your advice solved the one of problems I'm facing. Thank you ! I realized elapsed time to crash from execute is vary. Perhaps this problem may be caused...

It worked ! (Almost of 0.00 but this may be caused by different kind of issue ) ```sh Evaluation official Car AP(Average Precision)@0.70, 0.70, 0.70: bbox AP:0.00, 0.00, 0.00 bev...

I guess so. It worked after add `shm_size: '2gb'` to the docker-compose.yml . I didn't change other part of [docker-compose.yml.txt](https://github.com/traveller59/second.pytorch/files/6722476/docker-compose.yml.txt) and [Dockerfile.txt](https://github.com/traveller59/second.pytorch/files/6722477/Dockerfile.txt)