Toby Roseman
Toby Roseman
I think this is an issue with your environment, not an issue with TuriCreate. Looks like you don't have permissions to write to where you are trying to save the...
This is likely a TensorFlow issue. TuriCreate does not use cuDNN directly. TuriCreate uses TensorFlow which uses cuDNN. Before I can even try to help you, I'll need a lot...
Thanks for the information and the pull request. So to summarize: in our [setup.py](https://github.com/apple/turicreate/blob/a918b2d76c165f62c19895465b6ec443d7ada9fd/src/python/setup.py#L166-L205) we need to put all version requirements in `install_requires`, not just the requirements for that particular...
Internal test pass. @hoytak - do you have any concerns merging these changes?
Right now TensorFlow does not support Python 3.9. That is a dependency of TuriCreate. So at least the non-minimal version of TuriCreate can not support Python 3.9 at this point.
Thanks for the detailed bug report. I can reproduce this issue with the linked image. This is a bug. If `load_images` is called with `ignore_failure=False`, then calling `get_deep_features` with those...
I meant `ignore_failure=False`. Not ignoring failures means, you error out when failures occur. It would be best to error out early, if we're not ignoring error. Unfortunately, the stack overflow...
I don't have an ETA for the fix. As a workaround I would just remove the problematic image.
related to #1734