Christopher Erick Moody

Results 11 comments of Christopher Erick Moody
trafficstars

No idea. Javascript is decidedly not my forté. On Tue, Dec 30, 2014 at 10:31 Jay B. Martin [email protected] wrote: > Same issue with Jupyter (current iPy dev). How difficult...

Thanks for filling it this issue. The whole package is not yet pip-installable, but will be soon.

If you've got a pretrained model I'd love to see it as well!

Currently, you can only check one item at a time. This PR effectively decompresses the bloom filter and turns it into a set. Specifically for me, it means I can...

There's a [sigmoid cross entropy](http://chainer.readthedocs.org/en/latest/reference/functions.html#chainer.functions.sigmoid_cross_entropy) available, which might be of use here.

Hi! Thank you! But it looks like you uploaded the pretrained pspnet model; can you upload the one after Step 3? For example, I can't see the link here (https://pan.baidu.com/s/1nvMMl0P)...

Can you use `write_dataset` to concatenate two Lance files, including merging vector indexes? I've got a few hundreds Lance files with ~1M vectors each. Would be great to be able...

*very* excited for both of those. The index merging enables large-scale vector search while still building the lance files in a separate nodes / machines / processes. And, I think,...

The `vector` in the Lance file is f32. But the query must be cast to f64 or I'll get segfaults