PointCLIP icon indicating copy to clipboard operation
PointCLIP copied to clipboard

raise NotImplementedError

Open WSDW-wh opened this issue 2 years ago • 0 comments

您好,我在运行train.py文件的时候,在跳转到trainer文件的TrainerX(SimpleTrainer),会遇到这个问题: for self.batch_idx, batch in enumerate(self.train_loader_x): data_time.update(time.time() - end) loss_summary = self.forward_backward(batch) batch_time.update(time.time() - end) losses.update(loss_summary) 其中: def forward_backward(self, batch): raise NotImplementedError 是这样定义的,所以我一运行就报这个错误,我的基础比较差,不知道能不能麻烦您解释一下,帮我看看这个问题

WSDW-wh avatar Mar 27 '23 11:03 WSDW-wh