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
I want to use spearmint for my research work but I got this error when I tried to imitate the author by running the "python main.py"
Traceback (most recent call last):
File "main.py", line 494, in
main()
File "main.py", line 249, in main
options, expt_dir = get_options()
File "main.py", line 216, in get_options
expt_dir = os.path.realpath(os.path.expanduser(args[0]))
IndexError: list index out of range
Again, I also want to Know how I can insert my data into spearmint, I want to optimize hyperparameters for time series regression. Thank you
The text was updated successfully, but these errors were encountered:
I want to use spearmint for my research work but I got this error when I tried to imitate the author by running the "python main.py"
Traceback (most recent call last):
File "main.py", line 494, in
main()
File "main.py", line 249, in main
options, expt_dir = get_options()
File "main.py", line 216, in get_options
expt_dir = os.path.realpath(os.path.expanduser(args[0]))
IndexError: list index out of range
Again, I also want to Know how I can insert my data into spearmint, I want to optimize hyperparameters for time series regression. Thank you
The text was updated successfully, but these errors were encountered: