Closed 18342960922 closed 5 years ago
Stop spamming issues.
sorry I really don't know how to change the number of iterations. Neural networks have only recently been learned
It's the number of times the neural net is trained on a batch
I am sorry to bother you.I know that every time I train a picture, I want to know if the data in the training set has been trained.
------------------ 原始邮件 ------------------ 发件人: "morpheusthewhite"notifications@github.com; 发送时间: 2019年9月6日(星期五) 下午4:33 收件人: "dBeker/Faster-RCNN-TensorFlow-Python3"Faster-RCNN-TensorFlow-Python3@noreply.github.com; 抄送: "没时间当网红"2283934965@qq.com; "Author"author@noreply.github.com; 主题: Re: [dBeker/Faster-RCNN-TensorFlow-Python3] How to change the numberof iterations during training? (#102)
It's the number of times the neural net is trained on a batch
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Explain yourself better
I don't see the epoch parameter.I don't know what epoch is equal to.How many 1000 pictures in the training set can be trained?
------------------ 原始邮件 ------------------ 发件人: "morpheusthewhite"notifications@github.com; 发送时间: 2019年9月6日(星期五) 下午5:05 收件人: "dBeker/Faster-RCNN-TensorFlow-Python3"Faster-RCNN-TensorFlow-Python3@noreply.github.com; 抄送: "没时间当网红"2283934965@qq.com; "Author"author@noreply.github.com; 主题: Re: [dBeker/Faster-RCNN-TensorFlow-Python3] How to change the numberof iterations during training? (#102)
Explain yourself better
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
batch = ? I didn't see this parameter.
------------------ 原始邮件 ------------------ 发件人: "morpheusthewhite"notifications@github.com; 发送时间: 2019年9月6日(星期五) 下午4:33 收件人: "dBeker/Faster-RCNN-TensorFlow-Python3"Faster-RCNN-TensorFlow-Python3@noreply.github.com; 抄送: "没时间当网红"2283934965@qq.com; "Author"author@noreply.github.com; 主题: Re: [dBeker/Faster-RCNN-TensorFlow-Python3] How to change the numberof iterations during training? (#102)
It's the number of times the neural net is trained on a batch
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Looking at config.py
in lib/config/
you can see
tf.app.flags.DEFINE_integer('batch_size', 256, "Network batch size during training")
tf.app.flags.DEFINE_integer('max_iters', 40000, "Max iteration") # the number of epochs
I only saw" max_iters" in config.py.what dose it mean?