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
Hi everyone, I am trying to understand the usage of the "multiple_of" parameter. I understand the purpose of the parameter. However, the code is not doing what it is supposed to do. e.g. when I set the dim: 64 and multiple_of: 32, the hidden_layer becomes 192 dimensional. Shouldn't it be 256? Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi everyone, I am trying to understand the usage of the "multiple_of" parameter. I understand the purpose of the parameter. However, the code is not doing what it is supposed to do. e.g. when I set the dim: 64 and multiple_of: 32, the hidden_layer becomes 192 dimensional. Shouldn't it be 256? Am I missing something?
The text was updated successfully, but these errors were encountered: