DIETClassifier-pytorch icon indicating copy to clipboard operation
DIETClassifier-pytorch copied to clipboard

Full Implementation of DIET

Open htcml opened this issue 3 years ago • 0 comments

Does this PyTorch implementation include every component described in the original paper?

DIET architecture http://bl.ocks.org/koaning/raw/f40ca790612a03067caca2bde81e7aaf/

Here is the parameters defined in RASA's implementation: https://github.com/RasaHQ/rasa/blob/main/rasa/nlu/classifiers/diet_classifier.py#L147

I don't see any of them available in this PyTorch implementation.

htcml avatar Jun 14 '22 16:06 htcml