JayYip / m3tl

BERT for Multitask Learning
https://jayyip.github.io/m3tl/
Apache License 2.0
545 stars 125 forks source link

notebook is not working #78

Closed wolyosung closed 3 years ago

wolyosung commented 3 years ago

I think your patch made notebook files not working such as Run Self Defined Problem with Modified Model.ipynb. it tries to import create_single_problem_generator, which does not exist anymore.. can you fix it?

JayYip commented 3 years ago

Sure, I'll fix it ASAP. But modified model is not currently supported after switching to keras api. I'll fix the other two notebooks first and add modifying model support back later. Shouldn't be too difficult.

JayYip commented 3 years ago

Notebooks are updated. I'll close the issue. If you need modified model to work, please raise another issue. Thanks!

wolyosung commented 3 years ago

thank you very much!