Muhammad Ali Afridi
Results
1
comments of
Muhammad Ali Afridi
Just comment these lines in `rtdetr_pytorch/src/solver/det_solver.py`: ``` if self.output_dir: checkpoint_paths = [self.output_dir / 'checkpoint.pth'] # extra checkpoint before LR drop and every 100 epochs if (epoch + 1) % args.checkpoint_step...