Ignite: Make epoch_length optional

Created on 31 Mar 2020  路  4Comments  路  Source: pytorch/ignite

馃殌 Feature

Following discussions and the message: https://github.com/pytorch/ignite/issues/853#issuecomment-606732951 it could be useful to make epoch_length optional for finite iterators.

enhancement

Most helpful comment

@snie2012 this is currently blocked by https://github.com/pytorch/ignite/pull/895

Once it is merged I can try integrate this option epoch_lenght=None for iterators and ensure that all tests are passing.

Thanks for asking.

All 4 comments

@vfdev-5 thanks for opening this issue. I'll be following on the progress. It's currently a blocker for me to move to 0.4.0. Once this is added, I can migrate.

Any update on this?

@snie2012 this is currently blocked by https://github.com/pytorch/ignite/pull/895

Once it is merged I can try integrate this option epoch_lenght=None for iterators and ensure that all tests are passing.

Thanks for asking.

@vfdev-5 Thanks for the quick response. Looking forward to the upcoming updates!

Was this page helpful?
0 / 5 - 0 ratings