Elijah Adeoye
Elijah Adeoye
@pandeyp. This is obviously late but might be helpful: Maybe try generating the embeddings (which are real-valued vectors) for all ICD10 diagnoses and procedure codes, i.e., per claim line (or...
Hey guys - So sorry I missed your comment @richielo . I don't remember how I solved it but I know I went with Lambda + API Gateway Check out...
Looks like you need to access the model weights through Google Drive yourself and download it into the expected (root) folder. It could take a while depending on your internet...
Hi @baudm, Just wanted to keep to this related thread: could you please make it easier to access the original pretrained weights from your [Gradio demo](https://huggingface.co/spaces/baudm/PARSeq-OCR) using Huggingface (with **How-to-use**)?...
> Hi @baudm, Just wanted to keep to this related thread: could you please make it easier to access the original pretrained weights from your [Gradio demo](https://huggingface.co/spaces/baudm/PARSeq-OCR) using Huggingface (with...
Can anyone please post their updated / upgraded script? I've upgraded mine with _**!tf_upgrade_v2**_ but still needing to make some changes. It will help others. Thanks! :) P.S. If you're...
> Variable Yes, please share :-D
Thanks @tytung2020 . And `!pip install -qU "pinecone-client[grpc]"==2.2.1` didn't give me issues like xx2.22. And...changed this ```python index = pinecone.GRPCIndex(index_name) index.describe_index_stats() ``` To: ```python import time index = pinecone.GRPCIndex(index_name) #...
I'd be happy to make a PR. But let me know if you'd like me to totally replace the `left_join_nbastats` method or make another one. This will definitely need you...
Noted. I'm game for any approach you'd like. Thanks again!