Wahaha1314 / Fish-characteristic-measurement

Combined with mask R-CNN, each part of the fish is segmented and feature extraction is performed. (It contains a complete set of training samples)
9 stars 5 forks source link

Questions about some configuration parameters of the Shapes Config class (Config): #2

Open morganaribeiro opened 4 years ago

morganaribeiro commented 4 years ago

When I know what the ideal amount of STEPS_PER_EPOCH is, how did you determine this parameter equal to 3500? and how did you determine VALIDATION_STEPS = 300?

STEPS_PER_EPOCH = 3500
VALIDATION_STEPS = 300

Source file: Complete_code\train_model.py