Generative-and-Discriminative-Voxel-Modeling icon indicating copy to clipboard operation
Generative-and-Discriminative-Voxel-Modeling copied to clipboard

Are the configurations for the classification correct?

Open jongchyisu opened this issue 6 years ago • 1 comments

Hi, I'm trying to run your classification code. Is the current configuration in VRN.py correct? Now the batch size is 1 (which makes it more than 2 hours for training one epoch), and the learning rate is 0.002 and 0.0002 after 12 epochs. What's the batch size and learning rate and training epochs you used in your paper? I couldn't find it in the paper. Thanks very much!

jongchyisu avatar May 26 '18 23:05 jongchyisu

IIRC (it's been a long time) those config patterns are for inference. Batch size of 50, and a double-up augmentation strategy, each epoch on a Maxwell Titan X took 6+ hours. I don't recall the exact annealing strategy, I think the one I provide should work okay, but I'd strongly recommend using cosine annealing instead, these days.

ajbrock avatar May 31 '18 21:05 ajbrock