You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: