multi-task-learning icon indicating copy to clipboard operation
multi-task-learning copied to clipboard

Multi-Task Learning in NLP

Results 2 multi-task-learning issues
Sort by recently updated
recently updated
newest added

Hi, Jonathan, I'm wondering how you would implement at Mutli-Task model such as what you've got, but for multiple data sets. The alternating output layers you've got shown seem good,...

hi, I have change the code to Tensorflow1.0.1. when I run the model has an error in "run_epoch" line 37, AttributeError: 'tuple' object has no attribute 'eval' how can I...