Pierre Snell

Results 15 issues of Pierre Snell

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

## Environment data - Language Server version: 2022.1.2-pre.1 (pyright 4f61d443) - OS and version: Linux (archlinux) kernel 5.16.0 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.7 &...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Use the datetime recognizer 2. Type : - "Do...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Setup Recognizers-text (Tested in python or javascript) 2. Type...

## Proposed refactor Use the wandb behavior (creating a random name) if no name is passed for the run or just let it `None` and wandb will deal with creating...

logger: wandb

Using spanmetrics processor with many metrics causes many cache misses that prevent traces and span metrics from being sent with versions under 0.56. Here is the opentelemetry discussing and fixing...

outdated-dependency

Hello, First of all, congratulations, it's a really nice library with a lot of potential and I wish that it will become a standard and help many people deploy models...

enhancement
question

Hi, first of all thanks for this very nice piece of software ! I'm using the symspellpy port and it's working perfectly. However, on some cases (in french for exemple)...

I raised an issue on the original symspell https://github.com/wolfgarbe/SymSpell/issues/110 but maybe it can come from the port too. In a nutshell, it's the correction using unigrams only. For example `perce...

I saved an official `distilbert-base-multilingual-cased` model in the tensorflow savedModel format with the code given : ``` import os import tensorflow as tf from transformers import (TFDistilBertModel, DistilBertConfig, DistilBertTokenizer, DistilBertModel)...