Gustav Larsson

Results 56 comments of Gustav Larsson

`Killed` is a common message from the OS (or more specifically from the *OOM Killer*) when a process uses more memory than it's allowed to. What is the size of...

Did you add the necessary lines to `caffe.proto` as described in https://github.com/gustavla/fractalnet/blob/master/caffe/README.rst?

It's not linking against TF. I modified the Makefile as follows to get around it (asking TF what appropriate linking flags to add): ```diff diff --git a/Makefile b/Makefile index 073c011..202236b...

Yes, this would be useful! I think I like the `path_or_buf` option better. If not, perhaps an option that's called `pytables_kwargs`. By adding `*args, **kwargs`, it can swallow any typo...

This is currently not supported, however the HDF5 standard does make this possible using [chunking](https://support.hdfgroup.org/HDF5/Tutor/extend.html). That is, an array is stored as separate chunks, so when extending the array, the...

Thank you so much for finding this issue! I don't use Python 2 much, so I am happy that this has been identified. So far, I have detected two issues...

Thanks for trying out the KNN and letting us know that you're interested in exporting it to Core ML! Unfortunately, the KNN model is currently not supported in Core ML....

Thanks for the feature request! Actually, even though our object detector pre-dates v3, we departed from v2 in a few ways that makes it more similar to v3. For instance,...

Great, that is really helpful to know! There are indeed efforts in v3 to tackle this that I agree we could benefit from as well (using their three tiers of...

@pcmanik Thanks for bringing your unanswered question to my attention. I answered on that issue and feel free to respond with feedback there.