From 25cc8ca953155df7008155c55e5ef2aa316c7a92 Mon Sep 17 00:00:00 2001 From: Zchen <161216199+ZH-CEN@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:16:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=89=B9=E6=AC=A1=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model_training_nnn/rnn_args.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_training_nnn/rnn_args.yaml b/model_training_nnn/rnn_args.yaml index 2944d29..81a2957 100644 --- a/model_training_nnn/rnn_args.yaml +++ b/model_training_nnn/rnn_args.yaml @@ -70,7 +70,7 @@ dataset: smooth_kernel_std: 2 # standard deviation of the smoothing kernel applied to the data neural_dim: 512 # dimensionality of the neural data - batch_size: 64 # batch size for training + batch_size: 32 # batch size for training n_classes: 41 # number of classes (phonemes) in the dataset max_seq_elements: 500 # maximum number of sequence elements (phonemes) for any trial days_per_batch: 4 # number of randomly-selected days to include in each batch