namisan / mt-dnn

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

Output data in different tasks at the same time #237

Open Szz1897 opened 1 year ago

Szz1897 commented 1 year 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!