Vlado Boza
Vlado Boza
This line should not be here: https://github.com/mpetri/FM-Index/blob/master/FM.cpp#L127 I believe, that in C++ most people believe in RAII principle and do not expect FM index to free input string memory.
https://github.com/jetstack/cert-manager/blob/master/docs/reference/ingress-shim.rst
### Describe the bug When I run: `aws s3 cp --recursive s3://something/ local_path/` And some file fails to download (when internet is shaky), the reported error is hidden in the...
Hi, the first example contains this line: `new_states = stacked_rnn.forward(x, prev_hiddens, dropout)` But there is no mention of stacked_rrn variable anywhere. Also there is no mention of dynamics from line:...
Log: ``` (bonitox) usamec@bonito3train:~$ bonito train --multi-gpu bonitobase [loading data] [loading model] [0/1184825]: 0%| | [00:00]/pytorch/aten/src/ATen/native/cudnn/RNN.cpp:1269: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This...
Tensorflow compiled with MKL is usually much faster. We should have option for this. https://www.tensorflow.org/guide/performance/overview
I haven't seen update in 6 months and they PR seem without response.
There is `#include "HalfConverter.hpp"` in https://github.com/Microsoft/CNTK/blob/release/2.4/Source/CNTKv2LibraryDll/API/CNTKLibrary.h, but this file is not shipped in CPU only linux package.
How can tantivy currently support: a) multifields (aka multiple analyzers for one field, ES equivalent https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-fields.html) b) arrays (multiple values in one fieds, ES equivalent https://www.elastic.co/guide/en/elasticsearch/reference/current/array.html). Are there some plans...
This typical ML idiom: `import torch.nn.functional as F` (see https://github.com/pytorch/examples/blob/main/mnist/main.py#L5) gets flagged as: `N812 Lowercase `functional` imported as non-lowercase 'F'` I would like to have an option to enable using...