We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018f49e commit 6d5b168Copy full SHA for 6d5b168
README.md
@@ -71,7 +71,7 @@ fashion. The key components are:
71
- The SeqSigNet model:
72
[`sig_networks.SeqSigNet`](src/sig_networks/seqsignet_bilstm.py)
73
- The SeqSigNet-Attention-Encoder model:
74
- [`sig_networks.SeqSigNetAttentionEncoder`](src/sig_networks/seqsignet_attention.py)
+ [`sig_networks.SeqSigNetAttentionEncoder`](src/sig_networks/seqsignet_attention_encoder.py)
75
- The SeqSigNet-Attention-BiLSTM model:
76
[`sig_networks.SeqSigNetAttentionBiLSTM`](src/sig_networks/seqsignet_attention_bilstm.py)
77
0 commit comments