Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion training/inference_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down