Toby Roseman

Results 543 comments of Toby Roseman

It looks like you're using `poetry`. I believe that is the issue. `poetry` doesn't seem to like the way TuriCreate handles dependencies, see #3342. In a fresh virtual environment (without...

Is that the complete output? If not, please share the complete output.

Unfortunately, the full output isn't any more helpful. I suggest you take a look at `test_images` and make sure everything looks good there. Are you just using the data from...

It seems `random_seed` is the preferred term, at least for the toolkits. SFrame/SArray uses `seed`.

> Is there an equivalent for `model.show(view='Evaluation')` to plot roc curves? Sound like you want [turicreate.evaluation.roc_curve](https://apple.github.io/turicreate/docs/api/generated/turicreate.evaluation.roc_curve.html).

> @igiloh I have tried the function you suggested but, plt.scatter(eval['roc_curve']['fpr'], eval['roc_curve']['tpr']) only returns: > 'builtin_function_or_method' object is not subscriptable. This likely isn't an issue with `plt.scatter` but with evaluating...

As a workaround, you can call [`.show()`](https://apple.github.io/turicreate/docs/api/generated/turicreate.Image.show.html#turicreate.Image.show) on images you want to see.

That error message is usually nothing to worry about. You should still be able to `import turicreate`. However getting turicreate to use Google colab GPUs is probably not going to...