Skip to content

Commit 6f428f8

Browse files
committed
Update budget to more realistic values
1 parent 7148f53 commit 6f428f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/basics/image_classification.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
res = autonet.fit(X_train=X_train,
1919
Y_train=Y_train,
2020
images_shape=[3, 32, 32],
21-
min_budget=200,
22-
max_budget=400,
23-
max_runtime=600,
21+
min_budget=600,
22+
max_budget=900,
23+
max_runtime=1800,
2424
save_checkpoints=True,
2525
images_root_folders=[os.path.abspath("../../datasets/example_images")])
2626

0 commit comments

Comments
 (0)