namisan / mt-dnn

Multi-Task Deep Neural Networks for Natural Language Understanding
MIT License
2.24k stars 412 forks source link

Output data in different tasks at the same time #237

Open Szz1897 opened 2 years ago

Szz1897 commented 2 years ago

For branch master, I modify the output dimension in matcher.py to output one piece of data in different tasks at the same time, but it cannot be implemented. Where should I modify the network?Thanks!