Douban model save condition
Open
- Dominant language
- Python
- Stars
- 442
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
- ubuntu corpus
每训练完一个epoch,就会在验证集上跑一遍`utils/evaluation.py`,根据p1@10和p2@10的累计得分判断模型性能
- douban corpus
训练阶段保存模型的条件也是用`utils/evaluation.py`吗?因为我看test阶段会把脚本改成`utils/douban_evaluation.py`
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the training path that uses utils/evaluation.py with the test-stage reference to utils/douban_evaluation.py. Trace where the model-save condition is selected for the Douban corpus, then document which evaluation script and cumulative score determine saving, if the repository provides enough context to establish that.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100