Delip Rao

Results 23 issues of Delip Rao

``` $ docker run -i countnet python predict.py --model CRNN examples/5_speakers.wav Unable to find image 'countnet:latest' locally docker: Error response from daemon: pull access denied for countnet, repository does not...

I am following the example set in the README, and I am getting the following error. Is this familiar to anyone? ``` In [1]: from pase.models.frontend import wf_builder In [2]:...

I am signed into multiple google workspace accounts in the browser. When I paste the o-auth link from `gtasks login` I get this error: ![image](https://user-images.githubusercontent.com/347398/198384957-9534d15b-2925-40d2-89d8-ded333465fa3.png) How do I proceed?

Current implementation OpenAI embeddings are hard coded to return only text embeddings via. GPT-3. For example, ```python def embed_documents(self, texts: List[str]) -> List[List[float]]: ... responses = [ self._embedding_func(text, engine=f"text-search-{self.model_name}-doc-001") for...

llms

- adds Dataset and Example classes - adds OpenAI's GSM8K dataset and implements corresponding classes Dataset and Example classes are non-breaking changes, and it's helpful to get that in place...

Followed the instructions, but running the example code gives this exception. I am able to use the `chatgpt` interactive shell though. ``` In [1]: from chatgpt_wrapper import ChatGPT In [2]:...

enhancement

I keep getting this, even after clicking the blue button. I am guessing this is because Playwright opens this with the chromium window. How do I make this open with...

When I run the `download.sh` I see this. ![image](https://user-images.githubusercontent.com/347398/222330335-e28a872c-6c00-4bc4-80e0-c0c60f431f77.png) And I don't see any *.pth files in the download directory. ![image](https://user-images.githubusercontent.com/347398/222330437-2b69de38-9786-4f91-a1c4-e290178a40ba.png) Any suggestions?

- [x] Simplifies Document class by removing legacy `@property` methods: summary, paragraphs - [x] Implements a DataFrame loader to load from Pandas dataframes.

### System Info error: ``` Traceback (most recent call last): File "/Users/delip/workspace/tmp/main3.py", line 38, in asyncio.run(main()) File "/Users/delip/opt/anaconda3/envs/lhenv/lib/python3.8/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/Users/delip/opt/anaconda3/envs/lhenv/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete...