Epoch/Iteration interval#1870
Epoch/Iteration interval#1870wyli merged 2 commits intoProject-MONAI:masterfrom danieltudosiu:1549_tensorboard
Conversation
|
Hi @danieltudosiu , Thanks for your contribution. Thanks. |
|
Hi @Nic-Ma, Not all networks need logging every epoch or every iteration (for example I log every 25 epochs in my research), so I am suggesting adding an interval argument so users can control the interval at which the logging happens. This falls in line with the usual Ignite handlers and it is more of a quality of life improvement. The pull request is in regards to Issue #1549 Cheers! |
|
Hi @danieltudosiu , OK, that makes sense. Others look good to me. Thanks. |
|
@Nic-Ma, perfect! Will do it today. Thanks! |
Allowing the choice of epoch and iteration interval. Signed-off-by: Petru-Daniel Tudosiu <[email protected]>
Description
Allowing the choice of epoch and iteration interval.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests.make htmlcommand in thedocs/folder.