From 048f0bbbff2f6ce5aadb4cdb75d38a989d29597f Mon Sep 17 00:00:00 2001 From: Darwin Bautista Date: Fri, 12 Aug 2022 11:27:54 +0800 Subject: [PATCH] Add config for PARSeq-S patch16-224 (Refs #14) --- configs/experiment/parseq-patch16-224.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/experiment/parseq-patch16-224.yaml diff --git a/configs/experiment/parseq-patch16-224.yaml b/configs/experiment/parseq-patch16-224.yaml new file mode 100644 index 00000000..0113de35 --- /dev/null +++ b/configs/experiment/parseq-patch16-224.yaml @@ -0,0 +1,7 @@ +# @package _global_ +defaults: + - override /model: parseq + +model: + img_size: [ 224, 224 ] # [ height, width ] + patch_size: [ 16, 16 ] # [ height, width ]