Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a9699a3c authored by KOPANAS Georgios's avatar KOPANAS Georgios
Browse files

20k save instead of 10k

parent 9304df8b
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ while True:
with torch.no_grad():
if not viewpoint_stack:
viewpoint_stack = scene.getAllTrainCameras().copy()
if iteration%10000==0:
if iteration%20000==0:
print("[ITER {}]Saving Model...".format(iteration))
mkdir_p("./{}/neural_renderer/".format(tensorboard_folder))
neural_renderer.save("./{}/neural_renderer/model_{}".format(tensorboard_folder, iteration))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment