Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what does iteration mean in the configuration file? #438

Open
12neurotool opened this issue Sep 3, 2019 · 1 comment
Open

what does iteration mean in the configuration file? #438

12neurotool opened this issue Sep 3, 2019 · 1 comment

Comments

@12neurotool
Copy link

@12neurotool 12neurotool commented Sep 3, 2019

I am not clear about what the iteration means. Could you explain more about it? Also, how is it related to epoch?

Thanks.

@fepegar
Copy link
Collaborator

@fepegar fepegar commented Sep 30, 2019

At each iteration, batch_size windows are extracted from the queue, they're fed to the network and the weights are updated using the gradient of the loss function with respect to the weights.

The concept of epoch doesn't apply in this case, because NiftyNet uses patch-based training (patch and window are the same thing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.