Hugo Cartigny

Results 20 issues of Hugo Cartigny

Having a theme for [Logseq](https://github.com/logseq/logseq) would be amazing! ;)

enhancement
help wanted
port-request
hacktoberfest
logseq

## Describe the bug When using `.with_format("torch")`, an arrow table is returned and I am unable to use it by passing it to a PyTorch DataLoader: please see the code...

bug

Hi! I see that the following file declares `BertWordPieceTokenizer`, which cannot be found in the documentation: maybe its me or a PR was accepted without the documentation being checked? I...

Hi! Great work we have here! The only problem on my side is the custom.css file not being applied correctly: I want to hide the app bar because it causes...

Hi! As per [this line](https://github.com/tensorflow/addons/blob/8cec33fcaaf1cf90aec7bdd55a0fcdbb251ce5c2/tensorflow_addons/metrics/f_scores.py#L167), if `y_true` is not under the `one_hot` form (i.e. an integer), the call will fail, so it must be converted to `one_hot` encoding if needed...

### 🐛 Describe the bug Let `t` be an input dataset that associates strings (model input) to integers (model output): ```python t = [("a", 567), ("b", 908), ("c", 887)] ```...

Hi! I am trying to locally upgrade the `source-map` dependency. As of now, [the following code](https://github.com/screepers/screeps-typescript-starter/blob/43e4f741f8fc027eaae70b2ca62bfb2c96b7270b/src/utils/ErrorMapper.ts#L8) is initializing it: ```typescript public static get consumer(): SourceMapConsumer { if (this._consumer == null)...

On high cpu count servers (~128 cores), I have to pick a very small zoom to be able to see all the cores. Instead, I would like to be able...

enhancement

When searching for a word in an opened document using `ctrl` + `F`, it is impossible to identify which word has been matched on the line. Can you fix it...

There is currently a strange purple background color when editing Python Notebooks. Can it be fixed?