CoMoGAN_Modified / options /log_options.py
datnguyentien204's picture
Upload 38 files
3894c45 verified
raw
history blame contribute delete
182 Bytes
import munch
def LogOptions():
lo = munch.Munch()
# Save images each x iters
lo.display_freq = 10000
# Print info each x iters
lo.print_freq = 10
return lo