-
1. Paper reading
Tommi Gröndahl, Luca Pajola, Mika Juuti, Mauro Conti, and N. Asokan. 2018. All You Need is "Love": Evading Hate Speech Detection. In Proceedings of the 11th ACM Workshop on Artificia…
-
I'm trying to compile darknet with OpenCV on my macOS 10.14.3 (Mojave). Here is basically what I did:
I installed OpenCV via `brew install opencv` and it gave me version 4.1.0 (confirmed via `openc…
-
你好,用您提供的开源模型进行不定长测试,有这两种问题:
**1.图片不定长:**
transformer = dataset.resizeNormalize((280, 32)),非280会报错,CRNN的处理是按照32的高然后同比例缩放图片的宽,因此输入是(x,32)
**2.文字不定长:**
可能是因为训练的时候都是10个字,预测的时候不管图片里面几个字,预测结果还都是10个字左右?
…
-
Cross entropy loss (Cider score on validation set without beam search; 25epochs):
fc 0.92
att2in 0.95
att2in2 0.99
topdown 1.01
(self critical training is in https://github.com/ruotianluo/self-…
-
Hi,
I might have interesting articles for you to add. It's a list of 34 articles using deep learning methods applied to MIR. The list is in form of a bib file where the field `code` points to the we…
-
To help @llSourcell fix Git logs, the current [`config.json`](https://github.com/git-utilities/fix_logs/blob/master/config.json) file contains entries similar to...
> Update notice, `57` reposito…
-
Hi,
Using the default `conformer_ctc/train.py` and `conformer_ctc/decode.py` scripts of the Aishell example, I can get a training total loss=0.2 and a validation total loss=0.16 at epoch=7, and a de…
-
Hello @RicherMans Hope you are doing Excellent.
i am try from few days but still stuck.
I have set Enviroment for Text Base Depression where i found that [ allennlp==0.8.5 ] given version is not co…
-
## 0. 論文
### タイトル
Improving Multi-turn Dialogue Modelling with Utterance ReWriter
### リンク
https://arxiv.org/abs/1906.07004
https://github.com/chin-gyou/dialogue-utterance-rewriter (2019/0…
-
I've been using the same parameters and datasets in the tutorial for NMT. But it seems the BLEU scores will end up at around 5 instead of going up to 20+. Could anyone please give some advice on this?…