namiyousef / multi-task-learning

Repository for multi task learning
2 stars 2 forks source link

Add regular model saving and ability to continue training from last saved state #13

Open namiyousef opened 2 years ago

namiyousef commented 2 years ago

Colab notebooks kill code, so there needs to be a feature to save/load models at regular intervals. Commit https://github.com/namiyousef/multi-task-learning/commit/486b6680ccff74c8ea5391644bff8b4ed9e8a3b8 adds a manual fix for this, however issue will remain open as a feature to integrate into submission code.

The final outcome would need to consider the random state of the data relevant. Make sure this is not reset when you import from other files. Need more learning in order to be able to do this.