Philipp Dowling
Philipp Dowling
Are there plans to add this to the Python bindings? Real-time index additions are super valuable. And I'm not sure if I understand correctly: currently only SW-graph supports dynamic indexing,...
I'm also seeing this. docker service logs also shows no recognizable errors on the side of the registry, but eventually the push fails with a 500 internal server error.
@josephschorr is this on your development roadmap now by any chance? We're still quite eager to push down more of our authz logic into SpiceDB, our current approach of issuing...
Not sure if this is exactly the same structure as others in this thread, but here's possibly another use-case of this sort of thing: I have a function `my_func` accepts...
Share your model code - I'm using the models on a QA task and things are working fine, training eventually seems to take off
I guess your last layer should be a TimeDistributed Softmax, no? I'm not sure how keras handles this internally. I've also had more success using RMSprop or another adaptive algorithm...
@ishalyminov Yeah, I guess the softmax is fine (in any case, you would use the TimeDistributed() wrapper around your Activation layer). Have you changes your optimizer yet? It can have...
@farizrahman4u I'm currently using it for character level QA stuff, which might be a slightly untypical use case - How about simple character copy toy task, i.e. recognizing opening and...
You index all the vectors, and then use 'query' to retrieve close matches. If you need to track where your vectors come from, etc. use the 'extra_data' argument in the...
Can this be merged? Seems very useful to make this installable under python 3