diff --git a/hydra_flash/conf/config2.yaml b/hydra_flash/conf/config2.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7de4f6293f0d2728c981ecf24e62483d1eecafb7 --- /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