I am working on object detection. My training set is 5984 and test set is 1496 (KITTI Tracking training dataset).
How big should batch size and number of epochs be when fitting a model in Tensorflow? Is there any sort of rule of thumb to use based on data input size? Should I split it to train/val/test or stick with my current split train/val?