Skip to content

Instantly share code, notes, and snippets.

@lxuechen
Created August 3, 2018 19:37
Show Gist options
  • Save lxuechen/0bd3d83b06468074e755874efdd58f86 to your computer and use it in GitHub Desktop.
Save lxuechen/0bd3d83b06468074e755874efdd58f86 to your computer and use it in GitHub Desktop.
initialize checkpoint
checkpoint = tf.train.Checkpoint(model=model, optimizer=optimizer,
learning_rate=learning_rate, global_step=global_step)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment