namiyousef / multi-task-learning

Repository for multi task learning
2 stars 2 forks source link

Benchmark classification performance #7

Closed namiyousef closed 2 years ago

namiyousef commented 2 years ago

The MTL classification task does not perform very well as per @ConnorWatts and brings the model down. This observation was based on the MTL model with only the classification head.

My experiments

NOTE: accuracy values missing at the moment. Only Loss measured. Further note, for all of these the new_dataset is used, not the old dataset (see #6 for more details). This is something we need to standardise across the board.

1) Using ClassificationHead

2) Using ClassificationHeadUnet

3) benchmark classification accuracy using SVM model

namiyousef commented 2 years ago

Training accuracies reach up to 90%. We just need to make sure that test accuracies are decent as well. Closing issue as model no longer uses ClassificationHeadUNet