You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper, it is mentioned that the model uses 300k parameters but according to my calculation, you just used 7 conv1d layers kernel size = 55 and filters = 30. Isn't total parameters = 7 * 30 * 55 + 55 (in the last layer). Which sums up to 11000 weights approx?
Am I missing something? please guide.
The text was updated successfully, but these errors were encountered:
In the paper, it is mentioned that the model uses 300k parameters but according to my calculation, you just used 7 conv1d layers kernel size = 55 and filters = 30. Isn't total parameters = 7 * 30 * 55 + 55 (in the last layer). Which sums up to 11000 weights approx?
Am I missing something? please guide.
The text was updated successfully, but these errors were encountered: