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! Thanks for your work and open sourcing the code!
I want to run the training example for Meta-N-BEATS. I am not sure if it is implemented using model=Metalearn . I've tried using this but got the following error:
File "/ForecastPFN/benchmark/metalearned/common/experiment.py", line 64, in load_experiment_parameters
with open(os.path.join(experiment_path, parameters_file_name), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'metalearned/experiments/tl/ForecastPFN/loss_name=MAPE,input_size=36,horizon=6/parameters.json'
Could you provide the pretrained weight or training steps for Meta-N-BEATS?
Thanks again!
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your work and open sourcing the code!
I want to run the training example for Meta-N-BEATS. I am not sure if it is implemented using model=Metalearn . I've tried using this but got the following error:
Could you provide the pretrained weight or training steps for Meta-N-BEATS?
Thanks again!
The text was updated successfully, but these errors were encountered: