vijayendra

Results 10 issues of vijayendra

WARNING: Cannot import tensorflow under path /usr/local/bin/python. Using "chief" for cluster setting. If this is not intended, Please check if tensorflow is installed. Please also verify if the python path...

$sudo ./rabbitmq-http -address="127.0.0.1:8080" -amqp="amqp://guest:guest@localhost:5672/" output is sudo: ./rabbitmq-http: command not found not as expected HTTP Response 200 OK 405 Method Not Allowed 500 Internal Server Error

Hi have I have a server running on remote linux machine http://127.0.0.1/:xxxx . Lets say I cannot port forward . Is there a way to interact via command line ?...

# ❓ Questions & Help ## Details 1. Once I train the merlin two tower model with sufficient data , Can I use the customer embeddings and the item embeddings...

question

Hi Keybert supports extraction of keywords and key phrases. I came across UCPhrase (http://hanj.cs.illinois.edu/pdf/kdd21_xgu.pdf) which also mines phrase. Are there any benchmarks of keybert with other techniques. Thanks

I want to use Gliner on CPU . The medium model takes anywhere between 18- 20 minutes for extracting entities from given text. My question is, 1. Does Gliner support...

I followed exact steps from https://github.com/urchade/GLiNER/blob/main/examples/load_local_model.ipynb This takes close to 10 minutes to run . I read in other threads , the running time should be in seconds when I...

Hey I have a question about using OpenAI models through a developer platform. With dspy , I can pass the developer platform endpoint ( base_url="https://llm.prod.xxx.com"), which looks something like ```...

Hi Below is my code to log training and validation loss. I want to log F1, precision, recall and other custom metrics as well. How to do this? I see...