Hello, In the BiLSTM code: `` predictions = self.fc(self.dropout(outputs)) `` Why use dropout on the output? Thanks, Yuval