I trained this model with the command "python main.py --config-file configs/sgg_res101_step.yaml --algorithm sg_grcnn".
SOLVER:
BASE_LR: 5e-3
MAX_ITER: 8000
STEPS: (8000,12000)
batch_size : 1
But the result is very strange...
Are the steps and batch too small?
I wonder why the performance is low.
I trained this model with the command "python main.py --config-file configs/sgg_res101_step.yaml --algorithm sg_grcnn". SOLVER: BASE_LR: 5e-3 MAX_ITER: 8000 STEPS: (8000,12000) batch_size : 1
But the result is very strange... Are the steps and batch too small? I wonder why the performance is low.
If not for batch and step did I make a mistake?