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

bugfix: pin version of batchgenerators #100

Merged
merged 1 commit into from
Sep 3, 2021
Merged

Conversation

akhanf
Copy link
Member

@akhanf akhanf commented Sep 3, 2021

upgrade of batchgenerators to 0.23 (or maybe 0.22 even) breaks our code.. pinning to 0.21 for now..

ImportError: cannot import name 'MultiThreadedAugmenter' from 'batchgenerators.dataloading' (/srv/khan/users/alik/test_hippunfold/venv/lib/python3.8/site-packages/batchgenerators/dataloading/__init__.py)

upgrade of batchgenerators to 0.23 (or maybe 0.22 even) breaks our code.. pinning to 0.21 for now..

```
ImportError: cannot import name 'MultiThreadedAugmenter' from 'batchgenerators.dataloading' (/srv/khan/users/alik/test_hippunfold/venv/lib/python3.8/site-packages/batchgenerators/dataloading/__init__.py)
```
@akhanf akhanf mentioned this pull request Sep 3, 2021
@akhanf
Copy link
Member Author

akhanf commented Sep 3, 2021

closes #101

@akhanf akhanf linked an issue Sep 3, 2021 that may be closed by this pull request
@akhanf akhanf merged commit f2e0e21 into master Sep 3, 2021
@akhanf akhanf deleted the akhanf-fix-batchgenerator branch September 3, 2021 17:53
@akhanf akhanf added the bug Something isn't working label Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: run_inference fails
1 participant