Ignite: Examples are not working

Created on 9 Mar 2018  路  4Comments  路  Source: pytorch/ignite

Tried to run scripts from /examples, but failed.
I got 2 errors:

  1. ImportError: No module named 'ignite.handlers.logging'
  2. ImportError: cannot import name 'Evaluate'

Tried to find source code for them and didn't manage to find anything. This functionality is just not implemented yet or I'm doing something wrong?

Most helpful comment

@karfly Sorry about that! There has been some very recent breaking changes (for the better!). Things have settled dow now though so I am hoping to bring those examples and the docs up to date in the next few days.

All 4 comments

@karfly Sorry about that! There has been some very recent breaking changes (for the better!). Things have settled dow now though so I am hoping to bring those examples and the docs up to date in the next few days.

@karfly Sorry about that - as @jasonkriss mentioned we've had a few API changes recently. I have some downtime today so will try and get these fixed ASAP.

cc @jasonkriss ^ to not duplicate efforts

When you change the API could you please release a separate version and leave the old API working?

@amrsharaf sorry about the recent API changes, this is due to us still being in alpha. I hope now the API stays more stable and is hopefully better for the end user. We will be releasing a proper release soon (with wheels and conda packages etc) and after this any breaking changes will be properly semver'd so that you can use and depend on a specific version

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alykhantejani picture alykhantejani  路  3Comments

TheCodez picture TheCodez  路  3Comments

vfdev-5 picture vfdev-5  路  3Comments

czotti picture czotti  路  3Comments

andreydung picture andreydung  路  4Comments