From 9ce73349ea79beb449c7cf14ad9f1046606d5c78 Mon Sep 17 00:00:00 2001 From: FaceZhao Date: Thu, 17 Aug 2023 12:09:41 +0000 Subject: [PATCH] fix bugs --- configuration.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.json b/configuration.json index 2ddf966..2ea94f9 100644 --- a/configuration.json +++ b/configuration.json @@ -10,10 +10,10 @@ "seed": 666 }, "model_cfg": { - "batch_size": 1 - "target_fps": 8 - "max_frames": 32 - "latent_hei": 32 + "batch_size": 1, + "target_fps": 8, + "max_frames": 32, + "latent_hei": 32, "latent_wid": 56 } },