From 3904ec4376f3a971164e9b8b4cd21d575f1427ca Mon Sep 17 00:00:00 2001 From: Udon Date: Fri, 13 Jan 2023 11:28:37 +0900 Subject: [PATCH] Fix typo --- training/inference_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/inference_utils.py b/training/inference_utils.py index af13804..1e23f7f 100644 --- a/training/inference_utils.py +++ b/training/inference_utils.py @@ -163,7 +163,7 @@ def save_visualization( :param image_snapshot_ticks: current snapshot ticks :param save_gif_name: the name to save if we want to export gif :param save_all: whether we want to save gif or not - :param grid_tex_z: the latent code for texture geenration + :param grid_tex_z: the latent code for texture generation :return: ''' with torch.no_grad():