-
Hello Connor Leahy. Thank you very much for your excellent model project. It's very cool. And I'm more happy and exciting that there will be more open source models in the future. But I'm a Chinese us…
-
First, I downloaded 'Transformer-en' and renamed it like './model/syngec/english_transformer_baseline.pt'.
Then, I downloaded the preprocessed data.
And I run the code './pipeline_gopar.sh'.
But …
-
Hello InternVideo team,
You guys have done a great job with this project!
In your paper, you use the Stage 2 model for the task of temporal grounding on QVHighlight [Lei et al., 2021] and Charad…
-
configs\mm_grounding_dino\grounding_dino_swin-t_pretrain_obj365.py,
in this cfg, the num_classes in dino head is 256, and then this is inherited by all cfgs.
why is 256 for 365 classes in object…
-
How can I reduce the size of the dictionary?
Is there any parameter that I can set up for?
If so, how can I pass a reasonable number if I don't know its original dictionary size?
Thanks in advanc…
-
I would like to know more about how the text data available on NTCIR Short Text Conversation Task(STC-3) Chinese Emotional Conversation Generation (CECG) Subtask (http://coai.cs.tsinghua.edu.cn/hml/ch…
-
Post questions here for this week's exemplary readings:
3. M. Liu, Y. Bu, C. Chen, J. Xu, D. Li, Y. Leng, R. Freeman...Y. Ding. 2020. [“Can Pandemics Transform Scientific Novelty? Evidence from COV…
lkcao updated
8 months ago
-
您好,请教下运行bert_main.py生成的两个文件里面质量很差,和你展示的结果不一样,并且始终没有找到bert_insert和bert_replace。只生成了input.augment.bert_insert和input.augment.bert_replace
-
Post your questions here about: “[Text Learning with Sequences](https://docs.google.com/document/d/1vHoYMFH-53UpE528xv_-xhSrkjUELI7ihfXmz3J_As4/edit?usp=sharing)”, “[Text Learning with Attention](http…
-
我在使用测试代码的时候text_feature输出nan,但是如果不加载预训练模型就不会有这个问题,请问这是怎么回事