Skip to content

Commit

Permalink
fix link to seqsignet-attention-encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Nov 16, 2023
1 parent 018f49e commit 6d5b168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fashion. The key components are:
- The SeqSigNet model:
[`sig_networks.SeqSigNet`](src/sig_networks/seqsignet_bilstm.py)
- The SeqSigNet-Attention-Encoder model:
[`sig_networks.SeqSigNetAttentionEncoder`](src/sig_networks/seqsignet_attention.py)
[`sig_networks.SeqSigNetAttentionEncoder`](src/sig_networks/seqsignet_attention_encoder.py)
- The SeqSigNet-Attention-BiLSTM model:
[`sig_networks.SeqSigNetAttentionBiLSTM`](src/sig_networks/seqsignet_attention_bilstm.py)

Expand Down

0 comments on commit 6d5b168

Please sign in to comment.