chrischoy / SpatioTemporalSegmentation

4D Spatio-Temporal Semantic Segmentation on a 3D video (a sequence of 3D scans)
MIT License
289 stars 51 forks source link

Fix bug in RandDropout #60

Open Gofinge opened 2 years ago

Gofinge commented 2 years ago

Hi, Chrischoy. Thanks for your excellent work, and I benefit greatly from your work. I noticed that RandDropout has an unused parameter called dropout_application_ratio. I presumed it should control whether apply RandDropout and made the following change. To prevent this modify influencing performance, I change the default value of dropout_application_ratio to dropout_ratio.