Nan Zhao
Nan Zhao
KgClue_Bench 和 本项目怎么配合使用,貌似“基线模型及运行”没有说明白,能否升级一下相关文档。 谢谢啦!
Plato model infers error!!! The same config for train process is OK, but it fails for inferrence.
``` aistudio@jupyter-208728-1765888:~/Knover$ git branch -av develop dcf05a0 Support PaddlePaddle 2.0. * master 4bad22c Fix checkpoints and add document for continuous training (#31) remotes/origin/HEAD -> origin/develop remotes/origin/develop dcf05a0 Support PaddlePaddle 2.0....
python main.py wandb: WARNING W&B installed but not logged in. Run `wandb login` or set the WANDB_API_KEY env variable. GPU available: False, used: False TPU available: False, using: 0 TPU...
During the training, It seems evaluate() always returns 0 result. so if it has problems with these accuracy caculation: total_a += ((y_pred + y_true) * (flag == 0)).sum() right_a +=...