Zach Nation
Zach Nation
Hmm. I suspect the first issue you ran into is a bug in WSL (looks like https://github.com/Microsoft/WSL/issues/916 ). I'll see if there is any way we can work around this...
Need to try the workaround given in https://github.com/Microsoft/WSL/issues/916#issuecomment-365898305
This is ultimately an issue in mxnet. For now, it's not actionable on our end -- but we will leave the issue open until it's fixed. In the meantime, please...
@elishaterada When running on macOS as the host OS, the macOS-native version of Turi Create running inside a virtualenv will definitely be the way to go. In this case, Turi...
We should probably return a `coremltools.models.MLModel` object from `export_coreml` (and/or, create a new API `to_coreml` to just return the object without saving), so that users can directly add metadata and...
@ProjectDent Thanks for reporting this. So far I haven't seen this happening in general, and it seems hard to reproduce. Do you notice any patterns in when it happens, relating...
@ProjectDent Another thing that would be useful to know is the machine specs. Could you share RAM/CPU/etc. specifics? I suspect this may be a timing issue that happens only when...
@JamesDale, @Buza, @ProjectDent - I'm unable to reproduce this on my machine (2016 MBP) with my own data. To make a representative example that I thought would reproduce the issue,...
Thanks @JamesDale! I'll try to reproduce it on a similar machine to yours.
Hi @baizhenmao95, thanks for letting us know. I suspect that is a separate issue from this one, so I opened a new issue to track it: https://github.com/apple/turicreate/issues/777 In the `explore`...