Urban Hafner

Results 35 comments of Urban Hafner

I wonder if it would be possible to implement `From` for `Vec` in such a way that `contains` would just convert a single element into a vector with one element....

I guess you're right. I don't know Rust well enough to know if that would be possible or not either. I'm OK with either name, but I would do it...

That would be pretty cool @povilasb!

👍 I will have a look when I get back to the project. Of course you're free to open a PR which implements this.

Even though there are [caffe bindings for Rust](https://github.com/ajtulloch/caffe.rs) it seems that installing caffe is quite a big issue. It seems that the better solution would be to [convert the trained...

Both solutions aren't ideal. If it were up to me I'd have a solution that doesn't require an external library. To be honest though, I haven't checked either solution yet....

Ha! That's a way to look at it. 😁 I don't even know how that would work though. But it's something to figure out. I mean, ideally the executable would...

Now with Google entering the game I think it's finally time to seriously investigate this. 1. Figure out if it's possible to statically link the caffe library. That way we...

Maybe it would be worthwhile to investigate [Leaf](https://github.com/autumnai/leaf) and see if we can't use that instead.

Thanks. Maybe they'll have one once we get around to actually implementing this. :stuck_out_tongue_closed_eyes: