drawbridge / keras-mmoe

A TensorFlow Keras implementation of "Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts" (KDD 2018)
MIT License
681 stars 217 forks source link

Question about expert implement. #8

Closed wuxianxingkong closed 4 years ago

wuxianxingkong commented 4 years ago

Thanks for your sharing, it's very intelligible. I have q question about experts implement. In paper, expert are implemented by multi layers(MLP), but I just see only one layer here. Do I have misconceptions about this? Looking forward to your reply, thank you!

wuxianxingkong commented 4 years ago

I saw the same question in https://github.com/drawbridge/keras-mmoe/issues/3, thank you.