taoari

Results 12 issues of taoari

Is it possible to incorporate the pretrained ResNeXt-101-32x8d model from https://s3-us-west-2.amazonaws.com/detectron/ImageNetPretrained/20171220/X-101-32x8d.pkl The source is from https://github.com/facebookresearch/Detectron/blob/master/configs/12_2017_baselines/e2e_faster_rcnn_X-101-32x8d-FPN_2x.yaml.

enhancement

Is it possible to group the resulting LaTeX equation? It is super inconvenient with separate symbols. For example, with rendering $x_l$, I got x and l, in order to move...

I have successfully installed RasaGPT with `make install` and `make run`. Instead of using the Telegram front, how can I interact with the system with `make shell-rasa`? Actually, I got...

### System Info model=gpt2 volume=$HOME/.cache/huggingface/hub num_shard=1 docker run --gpus all --shm-size 1g -p 8081:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:0.8.1 --model-id $model --num-shard $num_shard ### Information - [X] Docker - [ ] The...

Stale

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] HuggingFace TGI is a...

**Describe the bug** A clear and concise description of what the bug is. For BSpline interpolation, there are four pretty standard boundary conditions: clamped, natural, not-a-knot, periodic (https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.make_interp_spline.html). For curve2d,...

bug

- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** A clear and concise description of what...

good first issue
docs/website
💬 Chatbot

- [x] I have searched to see if a similar issue already exists. Chatbot buttons are pretty much standard. It can restrict the user inputs and control the conversation flow....

enhancement
needs designing
💬 Chatbot

Any plan for path boolean operations and path simplification? These are common operations on svg paths.

Thanks for the library! However, I encountered a bug. For example, the following code, I got TypeError: object of type 'bool' has no len(). It works with `obj.isVisible()`, but fails...