Pointnet2.PyTorch icon indicating copy to clipboard operation
Pointnet2.PyTorch copied to clipboard

model.train in eval function

Open andraspalffy opened this issue 3 years ago • 1 comments

tools/train_and_eval.py, Line, function eval_one_epoch starts with setting model.train(), which is incorrect in my opinion. It should be model.eval().

andraspalffy avatar Jun 02 '21 13:06 andraspalffy

I also found it.

hanfangyuan4396 avatar Dec 05 '21 08:12 hanfangyuan4396