rasd3 / 3D-CVF

[ECCV 2020] This is the official implementation of 3D-CVF: Generating Joint Camera and LiDAR Features Using Cross-View Spatial Feature Fusion for 3D Object Detection
124 stars 22 forks source link

about steps and epochs #15

Open mc171819 opened 2 years ago

mc171819 commented 2 years ago

hi, I found that in your code your train the model with the step number but not max_num_epoch, so what's the meaning of the max_num_epoch?

When I minimize the batch_size from 12 to 4, do I have to set steps for three times?