Jonny Brooks-Bartlett

Results 10 comments of Jonny Brooks-Bartlett

They aren't public I'm afraid. I'll have to see if I can share some data with you tomorrow if that's ok

I've just had a quick look and have realised that the field for that feature is of type `repeated bytes` and is a Murmur32 hash of the corresponding data. So...

Here part of an example from the parsed `.tfrecords` file I was using. ``` features { feature { key: "feature 1" value { bytes_list { value: "value 1" } }...

That makes sense. I'll try to do that. Thank you 😄

Do you think the tool will accommodate non-readable-string versions of bytes_lists one day? I assume you don't get this issue very often.

I like this idea. I hadn't really thought about it too much before. Would it just be a case of defining a matrix of functions and evaluating the matrix at...

Just pushed a [commit](https://github.com/ElOceanografo/StateSpace.jl/commit/bef120a311369f5e89134d3f8bece04f14f750f8) to fix this. I had a fix for this (along with some other additions) in my [forked repo](https://github.com/JonnyCBB/StateSpace.jl) which I thought I made a PR for...

I've just [fixed the implementation of the Unscented Kalman Filter](https://github.com/ElOceanografo/StateSpace.jl/commit/6997b4acf146b267c819cfa5de5fdc124c0505ff). At least enough that I managed to get the [UKF example](https://github.com/ElOceanografo/StateSpace.jl/commit/22eca89cfa4f670cde5af8819d0f8c9042392e6d) to run. I'll make the relevant changes to the...