Skip to content

Commit

Permalink
increase memory_limit to 32 GB
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbot committed Nov 11, 2022
1 parent 71c373d commit 910997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/AutoPyTorch/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run(dataset, config):
X_test=X_test,
optimize_metric=eval_metric,
n_prediction_steps=forecast_horizon,
memory_limit=16 * 1024, # Currently, forecasting models use much more memories
memory_limit=32 * 1024, # Currently, forecasting models use much more memories
freq=freq, #FREQ_MAP[freq],
start_times=start_times,
#func_eval_time_limit_secs=50,
Expand Down

0 comments on commit 910997a

Please sign in to comment.