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
Currently, some of the initialization arguments (n_features, hidden_dim, n_layers), are all required arguments. It would be a more user-friendly API to add reasonable defaults to get users to training their model quicker.
Currently, some of the initialization arguments (
n_features,hidden_dim,n_layers), are all required arguments. It would be a more user-friendly API to add reasonable defaults to get users to training their model quicker.