-
If a pandas data frame has an object column that contains NaN value, we can not convert it to an SFrame, and we get an unhelpful error message.
Turicreate version: 4.3.2
Python version: 3.6.5 (thi…
-
unable to load configuration from /opt/app-root/lib/python3.6/site-packages/turicreate/_scripts/_pylambda_worker.py
unable to load configuration from /opt/app-root/lib/python3.6/site-packages/turicre…
-
I am unable to recursively load images from S3 buckets (TuriCreate's static datasets and other public S3 buckets). This recursive loading works for local directories.
When using the example code fr…
-
I downloaded the turicreate package and I can also see it in conda list. However, when I try and import turicreate in my jupyter NB it throws the following error.
--------------------------------…
-
Installed docker [citoki/turicreate5.1](https://hub.docker.com/r/citoki/turicreate5.1) on my Windows 10 machine.
Opened python console tyring to replicate the easy first example of image classifica…
-
If you have problem with bounding box, crop-and-scale option is different from when you **TRAIN** and when you **PREDICT**.
https://github.com/seele1917/yolov3Tiny_ios/blob/0afffcaaaf035427fb69e05a…
Utree updated
5 years ago
-
Repro steps:
```
import numpy as np
import turicreate as tc
sf = tc.SFrame()
sf['data'] = [np.zeros((4,4,5))]
sf['data'].astype(tc.Image)
```
Expected:
Perhaps this should give an error, bu…
-
To evaluate all the ML libs and try to incorporate someone into Shannon makes it avaiable to ShannonBase.
-
In GraphLab Create API Documentation , we could use graphlab.SGraph()..show() to plot out ,
but in turicreate , In /src/unity/python/turicreate/data_structures/sgraph.py, I can not see .show()
so I…
-
Hi,
Is there a way I can stop turicreate from printing all the information it prints after each action?
Don't get me wrong, the feature is excellent but we're attempting to build on top of turicreat…