in the ungraded exercise, how are the numbers for hidden_size, attention_size and input_lenth selected, is there a formula for selecting these numbers?
hidden_size = 16
attention_size = 10
input_length = 5
Regards
in the ungraded exercise, how are the numbers for hidden_size, attention_size and input_lenth selected, is there a formula for selecting these numbers?
hidden_size = 16
attention_size = 10
input_length = 5
Regards
No, they’re set by experimentation.