python – Why facebook’s detectron2 doesn’t use validation dataset for training computer vision models?
Colab notebooks are usually slow and meant for showing the basic usage of a repo. The fact that it is not evaluating during training could be just as simple as they don’t consider it necessary having that step in a simple notebook. The more complex examples like training with perioding evaluation are in their repo. … Read more