-
Thank you for doing such great work and open-sourcing it.
I use the large model (WavTokenizer-large-320-24k-4096) to reconstruct audio of LibriTTS.
However, the results are worse than those report…
-
Hi, I am a student who is a novice in the research aspect of NLP, I runned the code as README。
Before, I got warning about Early Stopping and UndefinedMetricWarning, now I know what they are,
but no…
-
It is suggested that F1 score should be added in evaluation result. Thanks.
-
{"train_lr": "0.000024", "train_loss_MAC": "0.820411", "train_loss_BIC": "0.029477", "train_loss_bbox": "0.510005", "train_loss_giou": "1.335904", "train_loss_TMG": "0.009822", "train_loss_MLC": "0.02…
-
Hi @Elcock-Lab
Thanks for such a wonderful paper and novel insights based on AF structures. I have a few queries about the code:
**Query1:** In the paper you said
>To prevent the counting of t…
-
I run the bash run_lm.sh
show:
======= estimate no retrieval (q) API cost: 0.017889500000000003, total tokens #: 35779 ================
======= estimate always retrieval (q+context) API cost: 0…
-
### Search before asking
- [X] I have searched the YOLOv6 [issues](https://github.com/meituan/YOLOv6/issues) and found no similar feature requests.
### Description
No found in run/train folder f1 …
-
**Describe the bug**
I am training several models to detect grooming behavior. I trained three different DeepLabCut models on the same set of videos of at low, medium, or high resolution, then analyz…
-
Hi @lukasruff ,
Could you please explain how can I map the predicted scores into predicted labels to compute precision, recall and f1 score. Line 147 from `src/optim/deepSVDD_trainer.py`
`_, labe…
-
I get below error when i am trying to calculate performance metrics for a multi-class classification model.
ValueError: Target is multiclass but average='binary'. Please choose another average set…