mirror of
https://github.com/wassname/Castor.git
synced 2026-09-09 11:13:20 +08:00
* Refactor datasets * Update evaluators * Update trainers * Update main and MP-CNN model * Add serialization util * Fix bugs * Refactoring for NCE to use new parent class
6 lines
77 B
Python
6 lines
77 B
Python
from .qa_trainer import QATrainer
|
|
|
|
|
|
class WikiQATrainer(QATrainer):
|
|
pass
|