pqhieu / jsis3d

[CVPR'19] JSIS3D: Joint Semantic-Instance Segmentation of 3D Point Clouds
https://pqhieu.com/research/cvpr19/
MIT License
175 stars 36 forks source link

step size when training #25

Closed AlexSeongJu-sr closed 3 years ago

AlexSeongJu-sr commented 3 years ago

Hi.

Firstly, I appreciate for your great work and sharing your code.

Currently, I'm using your model for my project and I have a question.

On your thesis, it says that you set your decay rate to 0.5 and it applies for every 50 epochs.

However, in the config.json file, the step size is set to 20, not 50.

Which one is the right value? thank you

pqhieu commented 3 years ago

You can use the same step size as in the config file. Originally we set the value to 50 but found that 20 works the same.