From 7bf3310f5b0730b948fad748de173d9a77b99cea Mon Sep 17 00:00:00 2001 From: ssibirtsev <sibi_ballad@gmx.de> Date: Wed, 15 Nov 2023 14:49:48 +0100 Subject: [PATCH] Upload New File --- manual/sweep_example.txt | 61 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 manual/sweep_example.txt diff --git a/manual/sweep_example.txt b/manual/sweep_example.txt new file mode 100644 index 0000000..bea03c2 --- /dev/null +++ b/manual/sweep_example.txt @@ -0,0 +1,61 @@ +method: grid +metric: + goal: minimize + name: val_loss +early_terminate: + type: hyperband + min_iter: 3 + eta: 2 +parameters: + image_max: + distribution: categorical + values: + - 1 + - 2 + images_gpu: + distribution: categorical + values: + - 1 + - 2 + learning: + distribution: categorical + values: + - 2 + - 3 + epochs: + distribution: constant + value: 30 + early_stopping: + distribution: constant + value: 5 + k_fold: + distribution: constant + value: 5 + k_fold_val: + distribution: constant + value: 0 + dataset_path: + distribution: constant + value: test_path + name_result_file: + distribution: constant + value: test_result + new_weights_path: + distribution: constant + value: test_sweep_ + use_wandb: + distribution: constant + value: True + wandb_entity: + distribution: constant + value: "test_entity" + wandb_project: + distribution: constant + value: "test_project" + wandb_group: + distribution: constant + value: "test_group" + wandb_name: + distribution: constant + value: test_sweep +program: train_droplet.py \ No newline at end of file -- GitLab