-
Hi, I have implemented a Dice loss function which is used in segmentation tasks, and sometimes even preferred over cross_entropy. More info in this paper:
http://campar.in.tum.de/pub/milletari2016Vne…
-
Thanks to Reviewer B and C for their comments and time reviewing our submission.
Our response below is organized in two parts. We start by clarifying our goal and the way we approached it, before …
-
I am trying to to process a file in Swedish.
I'm using this command:
````
python diarize.py -a 12-300s-tiny.wav --whisper-model large-v3 --language sv --suppress_numerals --device cpu --no-stem…
-
Related to #150 (non-special mathematical functions)
## `cbrt` - Cube root of a real number
### Description
Returns the cube root of the real number \(x\), that is a number \(y) such that \(y…
-
I use Jupiter Notebook for squidgy nanoString analysis, it works fine until I got the last comment I attached below. I also attached the error message after that. I tried several things as well as g…
-
-
知乎每日精选 2023-06-02
-
I attempted to train a model on a hand-tracking dataset.
I experimented with all available backbones, loss functions, and other hyperparameters, but the results were consistently poor. The output vid…
-
**Please describe the bug**
When I try to use alpa to parallelize llama, it throws segment fault error.
**Please describe the expected behavior**
Alpa is expected to compile llama and work normal…
-
One of the "deep" conceptual problems with LG parsing is that there are usually either not enough parses (i.e. null words) or there are too many (count overflow) and its hard to strike a middle ground…