H-DenseUNet icon indicating copy to clipboard operation
H-DenseUNet copied to clipboard

anybody who can tell me about how to calculate the number '27386'

Open genhao3 opened this issue 4 years ago • 2 comments

in train_2ddense.py, in the code ' steps = 27386 / args.b', How do I get the number 27386

genhao3 avatar Jun 23 '20 12:06 genhao3

Hi Since we perform random cropping to generate the input image. This number is the total individual inputs generated by the whole dataset.

xmengli avatar Jun 24 '20 02:06 xmengli

Hi Since we perform random cropping to generate the input image. This number is the total individual inputs generated by the whole dataset.

Could you explain the calculation process in detail or give examples?Thank you very much!

genhao3 avatar Jun 24 '20 03:06 genhao3