Skip to content

disable checkpointing with pure tf implementation #11

Description

@psteinb

the current implementation of the pure tf based resnet taken from here doesn't run with checkpointing disabled. I tried several things following the docs in the spirit of:

run_config = tf.estimator.RunConfig().replace(save_checkpoints_secs=None,
                                                  save_checkpoints_steps=None,
                                                  session_config=session_config)

But always ran into an error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions