-
How to save the best model of dev data,and use this model to evaluate test data ? Thanks!
-
## 30 epoch
### snrm
[Iter-65490 Loss-0.003]:
Validation: normalized_discounted_cumulative_gain@3(0.0): 0.4048 - normalized_discounted_cumulative_gain@5(0.0): 0.4867 - mean_average_precision(0.0)…
-
-
When I called the model according to the hyperparameters given by the model, a problem occurred“ValueError: Layer weight shape (10000, 300) not compatible with provided weight shape (33905, 300)”.
So…
-
--------------------------------------------------------------------------------
CANT ENCODE
--------------------------------------------------------------------------------
---------------------…
-
### Describe the Question
I am trying to get the rank out of a trained model (using trainer). However, when I do `trainer.predict()` I get back a numpy array of shape `num_qids x 1`. The number of qu…
-
# General
[从Word Embedding到Bert模型——自然语言处理预训练技术发展史](https://www.jiqizhixin.com/articles/2018-12-10-8)
[CS224n自然语言处理与深度学习笔记汇总](https://zhuanlan.zhihu.com/p/31977759)
[深度nlp科普专栏](https://zhuanlan.zhih…
-
Hi,
I am not sure if I am running the codes correctly, but I am just getting atmost 62% MAP on dev set after 10 epochs.
Can you suggest me the required changes to reach ~72% MAP performance...
…
-
十分感谢开源代码!但是当运行baseline bimpm时,会产生如下报错:
Traceback (most recent call last):
File "run.py", line 35, in
run(args.config, args.stage, args.ckpt)
File "G:\RHP\SANCL\matchzoo\utils\modeling.py"…
-
Reason:
https://www.pyimagesearch.com/2019/10/21/keras-vs-tf-keras-whats-the-difference-in-tensorflow-2-0/
Solution:
I will send a pull request later.