We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
你好,请问一下。 在bert上添加ONLSTM网络层,如何更好的设置参数呀。 这是我的设置,实验效果提升了一点,但是不高。
# config.hidden_size =768 self.on_lstm = OnLSTM(input_size=config.hidden_size, hidden_size=rnn_dim, level_hidden_size=10, num_layers=2, bidirectional=True) out_dim = rnn_dim*2 ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,请问一下。
在bert上添加ONLSTM网络层,如何更好的设置参数呀。
这是我的设置,实验效果提升了一点,但是不高。
The text was updated successfully, but these errors were encountered: