thunil / TecoGAN

This repo contains source code and materials for the TEmporally COherent GAN SIGGRAPH project.
Apache License 2.0
5.95k stars 1.13k forks source link

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

Open marwahmh opened 2 years ago

Azemar commented 2 years ago

does your program work through docker?

marwahmh commented 2 years ago

@Azemar No

FrankLinxzx commented 2 years ago

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,
# ]