Daniel Diaz

Results 5 comments of Daniel Diaz

So I ran into a problem with the export `sf.Yarn.from_buses(buses, retain_labels = True).to_zip_npz(self.filename, config = sf.StoreConfig(label_encoder=str))` It said: No support for object dtypes. I figured out that it was because...

Is there a way to do something similar as you did with the labels, where I encode an entire column as str() for export, and then after import, when I...

So I ended up just dealing with converting my dictionaries and tuples to str() earlier in my code and it works fine. But now I am struggling with how to...

### Data My data consists of CT scans that are segmented into several different classes. From these segmentations I am extracting all the individual volumes along with their associated labels...

Ya that works thanks. It looks like installing through conda is having issues, but with pip it is fine.