Skip to content

Commit

Permalink
remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Dec 31, 2023
1 parent 0c6cc0a commit 0d2be86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fdeep/layers/multi_head_attention_layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class multi_head_attention_layer : public layer
std::size_t key_dim_;
std::size_t value_dim_;
std::vector<std::size_t> attention_axes_;
// todo: store each head as a separate object?
std::vector<dense_layer> query_dense_;
std::vector<dense_layer> value_dense_;
std::vector<dense_layer> key_dense_;
Expand Down

0 comments on commit 0d2be86

Please sign in to comment.