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

Minor issue in segmentation tutorial #778

Merged
merged 1 commit into from
Apr 28, 2020
Merged

Minor issue in segmentation tutorial #778

merged 1 commit into from
Apr 28, 2020

Conversation

faizankshaikh
Copy link
Contributor

Description

runner.callbacks["infer"] gives attribute error, should be runner.state.callbacks["infer"]

Might be because of a version change of catalyst

Related Issue

None

Type of Change

  • Examples / docs / tutorials / contributors update
  • [x ] Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [x ] I have read the Code of Conduct document.
  • [x ] I have read the Contributing guide.
  • I have checked the code style using catalyst-check-codestyle (pip install -U catalyst-codestyle).
  • I have written tests for all new methods and classes that I created.
  • I have written the docstring in Google format for all the methods and classes that I used.
  • I have checked the docs using make check-docs.
  • I have read I need to click 'Login as guest' to see Teamcity build logs.

runner.callbacks["infer"] gives attribute error, should be runner.state.callbacks["infer"]
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@Scitator Scitator merged commit e98f907 into catalyst-team:master Apr 28, 2020
@Scitator
Copy link
Member

@faizankshaikh Nice catch, Thank you very much!

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

Successfully merging this pull request may close these issues.

None yet

2 participants