From a7c7748952bb715615737bad1a2367756870ec8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Tue, 9 Jul 2024 18:14:31 +0300 Subject: [PATCH] Update. --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index aefc3a1..ba5f04b 100755 --- a/main.py +++ b/main.py @@ -246,7 +246,6 @@ if args.problem == "sky": back_accuracy = False elif args.problem == "grids": problem = grids.Grids( - device=device, max_nb_cached_chunks=args.nb_train_samples // 100, chunk_size=100, nb_threads=args.nb_threads, -- 2.20.1