BhavyaSaraf

Results 8 issues of BhavyaSaraf

### Describe the bug I am trying to write a C program that loads a trained vw model and returns predictions in real time. For this, I am using libvw_c_wrapper...

Question

Hi everyone. I am working on building a realtime prediction service which uses vowpal wabbit model in CATS mode to return action and pdf. This service is multithreaded with the...

### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source source ### TensorFlow version 2.13.0 ### Custom code Yes ### OS platform and distribution...

stat:awaiting response
type:support
stale
comp:apis
TF 2.13

## Bug Report If this is a bug report, please fill out the following form in full: ### System information - **OS Platform and Distribution : macOS Bigsur 11.4 -...

stat:awaiting tensorflower
type:bug

### Feature request Hi Team. While dockerized container is really helpful for general use cases, for use cases requiring low latencies it adds unnecessary io and network time. It would...

### What happened? On benchmarking synchronous computation times for generating embeddings for 1. Using sentence transformers: ~1300 msgs per sec ``` from sentence_transformers import SentenceTransformer model_standard = SentenceTransformer("all-MiniLM-L6-v2") start_time =...

Hi. I am getting different embeddings when 1. Python, sentence encoder ``` model_standard = SentenceTransformer("all-MiniLM-L6-v2") print(model_standard.encode("Hello World")) ``` Output: ```[-3.44772786e-02 3.10232081e-02 6.73494861e-03 2.61090137e-02 -3.93620506e-02 -1.60302490e-01 6.69240057e-02 -6.44144369e-03...``` 2. Using your...

### Question. Does doing a cache.Get(k) on a key k update its ttl ?

kind/question