Skip to content

Skip validation for imagenet bbox

Ameya Shringi requested to merge skip-validation-for-imagenet-bbox into development

This MR reverts the trainer used for imagenet bbox to default trainer without validation step. This is necessary because CocoEvaluator causes out of memory error when imagenet bbox is used for training and validation.

Merge request reports