fix error for model with lstm_nonlin without UseDropout attribute (#7730)

* fix error for model with lstm_nonlin without UseDropout attribute

* remove extra line

* added dropoutmaskcomponent in doc as supported
This commit is contained in:
Svetlana Dolinina
2021-10-04 15:39:28 +03:00
committed by GitHub
parent 0bebd53b4a
commit a1ee7dca49
2 changed files with 8 additions and 2 deletions

View File

@@ -441,6 +441,7 @@ Standard Kaldi\* Layers:
| convolutional1dcomponent | No |
| convolutionalcomponent | No |
| copy | No |
| dropoutmaskcomponent | No |
| elementwiseproductcomponent | No |
| fixedaffinecomponent | No |
| fixedbiascomponent | No |