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

trainer based on components and ignite #1

Closed
wyli opened this issue Jan 10, 2020 · 1 comment · Fixed by #45
Closed

trainer based on components and ignite #1

wyli opened this issue Jan 10, 2020 · 1 comment · Fixed by #45
Assignees
Labels

Comments

@wyli
Copy link
Contributor

wyli commented Jan 10, 2020

No description provided.

@wyli wyli created this issue from a note in MONAI MVP (To Do (MVP)) Jan 10, 2020
@wyli wyli added the deferred label Jan 15, 2020
@ericspod
Copy link
Member

I had extended ignite.Engine to add a few features that are perhaps optional for at least the MVP:

  • methods for converting to and from tensors
  • wrapping the forward pass of the network to incorporate optional data parallel invocation
  • providing a method to act as the default iteration loop implementation
  • basic inference helpers

None of this is strictly necessary as Ignite provides enough through Engine, they are useful helper facilities that other code shouldn't rely on. For now we'll stick with the base Engine.

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

Successfully merging a pull request may close this issue.

3 participants