-
### Bug description
The default OCR model works very well, but the `render()` algorithm which converts coordinates to text positions is very buggy.
This causes lines originally placed at the top t…
-
Allow `ArgumentConverter` to specify a range of arguments for instance, for a coordinate parser, you could specify that `1 - 3` arguments should be tried. The parser can then trial parse 3 arguments, …
-
比如有A B C D 四个特征,D为需要预测的output, 如何能只用A B C来训练D? 也就是说训练集里只有ABC,D只作为一个label. 翻看过以前的issues, 原作者只提了一句可以通过修改encoder实现,但是代码太复杂了,各种变换各种mark,看的头晕,有没有大佬能给指点一下?
-
# Conditionals
Need some way to support conditionals.
``` python
parser = argparse.ArgumentParser()
parser.add_argument('bar', choices=('a', 'b', 'c'))
def bar_test(value):
return value == 'a'
…
-
I'm attempting to reproduce the benchmark numbers listed on the [README](https://github.com/guillaumekln/faster-whisper#small-model-on-cpu), using the same audio.
The README indicates that I should…
-
salut, e bine ca ai facut libraria, dar trebuie putin imbunatatita.
Mai intai, se pare ca a pus diacritice la aceste doua cuvinte: "transformand experientele". Dar restul, cele in chenar negru, nu …
-
When I try to build gunrock using `make all` I am getting the following
```
gunrock/benchmarks/bc_bench.cu(101): error: argument of type "const char **" is incompatible with parameter of type "cha…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/11faM1red](https://godbolt.org/z/11faM1red)
Attempting to compile the following program with Clang Assertion…
-
It seems like pytorch_sparse issue:
Traceback (most recent call last):
File "preprocessing.py", line 142, in
main()
File "preprocessing.py", line 100, in main
adj = get_adj(row, col, N, asymm_nor…
-
Noticed when looking into something else acting up, decided to try build w/ UBSAN:
```
$ export UBSAN_OPTIONS="print_stacktrace=1:halt_on_error=1"
$ make CFLAGS="-O2 -fsanitize=undefined -ggdb3" …