From 2b502f0682cb171af0bd9d5d15786e1b734d3a3e Mon Sep 17 00:00:00 2001 From: Victor Joos <victor.joos@uclouvain.be> Date: Tue, 28 Jun 2022 15:00:15 +0200 Subject: [PATCH] old config --- hydra_flash/conf/config2.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hydra_flash/conf/config2.yaml diff --git a/hydra_flash/conf/config2.yaml b/hydra_flash/conf/config2.yaml new file mode 100644 index 0000000..7de4f62 --- /dev/null +++ b/hydra_flash/conf/config2.yaml @@ -0,0 +1,12 @@ +defaults: + - _self_ + - server: local + - preprocess: hymenoptera + - datamodule: hymenoptera + - model: resnet18 + - datamodule@predict_datamodule: hymenoptera_test + +trainer: + _target_: flash.Trainer + max_epochs: 3 + gpus: 1 -- GitLab