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
Hello, everyone! I'd like to know how to find the optimal parameters of a model when using OpenSTL? I used the default parameters provided by the project when I trained the model on my own data. But now I want to try to find the optimal parameters for the dataset, like picking the optimal parameters from some combination of parameters. For example, for the parameter num_hidden, which of ['64,64,64,64', '128,128,128,128'] is the best? Thanks!
The text was updated successfully, but these errors were encountered:
Hello, everyone! I'd like to know how to find the optimal parameters of a model when using OpenSTL? I used the default parameters provided by the project when I trained the model on my own data. But now I want to try to find the optimal parameters for the dataset, like picking the optimal parameters from some combination of parameters. For example, for the parameter
num_hidden
, which of['64,64,64,64', '128,128,128,128']
is the best? Thanks!The text was updated successfully, but these errors were encountered: