Grigory Sizov

Results 5 issues of Grigory Sizov

Currently `linfa-bayes` crate contains Gaussian Naive Bayes algorithm. It should not be very difficult to add other kinds of Naive Bayes present in `sklearn`: - [x] Multinomial Naive Bayes -...

This PR resolves a [TODO in tensor2tensor/layers/common_attention_test.py](https://github.com/tensorflow/tensor2tensor/blob/0b3ee79c460ac5b0d5bb32b9e48001a933cdc5db/tensor2tensor/layers/common_attention_test.py#L520) : enable `depth_v != depth_k` for `common_attention.local_attention_2d` and `common_attention.masked_local_attention_2d` Modification is simple: one just needs to alter the shape passed to `scatter_blocks_2d` when...

cla: yes

Summary: When deduplicating symbolic shapes, we need iterate over shapes of tensors in the graph, as well as over shapes in input/output tensor accessors, in case some of them are...

CLA Signed
fb-exported

Summary: Bump profiler remote cache version. Differential Revision: D47208662

CLA Signed
fb-exported

Forward op was returning `+inf` in LSE for queries which have no keys to attend to, e.g. when K/V length happens to be 0. This diverges from the definition of...