youngskkim / CRN

[ICCV'23] Official implementation of CRN: Camera Radar Net for Accurate, Robust, Efficient 3D Perception
MIT License
99 stars 15 forks source link

CUDA error during training #6

Open Xnxiao opened 6 months ago

Xnxiao commented 6 months ago

Hello! I met this problem after training several epoches. What is the problem and how can I solve it? Thanks! 61e64af1e0116c898354bed8bb50257

youngskkim commented 5 months ago

Hi, sorry for the late reply.
Depth supervision with Average Voxel Pooling can be unstable during training. Can you change the seed in base_cli.py and train again?