thunil / TecoGAN

This repo contains source code and materials for the TEmporally COherent GAN SIGGRAPH project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I continue the training from the point where it stopped? I encountered a sudden shutdown

marwahmh opened this issue · comments

How do I continue the training from the point where it stopped? I encountered a sudden shutdown

does your program work through docker?

No description provided.

unlight those setting can resume training
# the following can be used to train TecoGAN continuously
# old_model = "model/ex_TecoGANmm-dd-hh/model-xxxxxxx"
# cmd1 += [ # Here we want to train continuously
# "--nopre_trained_model", # False
# "--checkpoint", old_model,
# ]