Toby Roseman

Results 543 comments of Toby Roseman

> I just noticed there is a PR to fix this [here](https://github.com/apple/turicreate/pull/3318). I will be very happy to have that one resolved. 🙏 Also, is there a temporary workaround in...

In addition to the above questions, please also try adding `validation_set=None` to your `tc.image_classifier.create` call. Let us know if that works.

@BoolHandLuke - I don't believe this is the same issue. @Lif0820 is doing image classification. You're doing one shot object detection. Please create a separate issue.

@laisangbum - this GitHub issue is related to image classifier. It looks like you're doing one shot object detection. I recommend creating a new issue.

What do your style images look like? That can make a big difference. The number of iterations is also important. Is there a reason you are manually setting that instead...

TuriCreate does not have native M1 support. You need to use Rosetta.

I'm not able to reproduce this issue. I can train a model on that dataset with 16GB of RAM. @darknoon - what operating system are you using?

I can reproduce this out of memory issue on Ubuntu 18 with Python 3.6. Looks like this is not related to the sound classifier. It's running out of memory before...

I can also reproduce this issue on Ubuntu 16 and on Python 2.7. The merge doesn't run out of memory if I do the following steps: 1 - Save the...