SHARE_HIDDEN_LAYERS confusion

There is one parameter defined in DIETClassifier called SHARE_HIDDEN_LAYERS. Its description is Whether to share the hidden layer weights between user message and labels. But in the DIET architecture diagram, Intent label only goes through an Embedding Layer, not any Feed-forward layers. So wonder what SHARE_HIDDEN_LAYERS actually means.

1 Like