-
Right now, it's impossible to use the library directly from npm without using a bundler like Webpack, consider releasing a build using the `--target web` flag to allow using it without a bundler, or w…
-
The admin wants to understand what their devs are using Cody Chat for. The examples include explaining code, translating code, searching, non-code questions, etc.
Recommended priority is P2 as thi…
cbart updated
6 months ago
-
I've noticed this hitting on our ubsan builds recently:
```
../../third_party/tflite/src/tensorflow/compiler/mlir/lite/utils/string_utils.cc:32:10: runtime error: null pointer passed as argument 1…
-
Is it possible to load in to tensorflow_scala models generated in python "main" tensorflow? I can't find anywhere who to do it.
Thanks
-
What are the recent developments in deep learning based methods for analyzing text? What software makes these methods feasible? What are the important implementation decisions? What are the limitation…
-
## Use Case
_Please provide a use case to help us understand your request in context_
YouTube has a "Video Chapters" feature that splits the timeline bar into chapters based off of timestamps foun…
-
I am using tensorflow-gpu (2.4.1) with Python 3.7 and CUDA 10.1 on Ubuntu 20.04 with miniconda3. I install tensorflow-text with
` pip install tensorflow-text==2.4.1` and it completes without error. …
-
Hello, authors. I would like to ask two questiones. 1. How to deal with box query feature and point query feature after deformable cross-
attention, contact? 2. How to get corresponding text prompts…
-
Any ideas how to make it work in Windows? I am trying to make it work in a virtual environment using `pipenv`, and all the time when I try to run `pipenv --verbose install -r requirements.txt` I get
…
-
Hello,
I really like the idea to combine spacy with google stuff, thanks! I got some seemingly random deadlock problem...
I am basically doing n*(n-1)/2 comparison on 50K papers by their titles …