Commit a3cc3a18 authored by Yuxin Wu's avatar Yuxin Wu

ignore QUEUE_RUNNERS in collection guard

parent 4e3849e0
......@@ -84,6 +84,7 @@ class CollectionGuard(object):
diff_whitelist=[
tf.GraphKeys.TRAINABLE_VARIABLES,
tf.GraphKeys.GLOBAL_VARIABLES,
tf.GraphKeys.QUEUE_RUNNERS,
tf.GraphKeys.LOCAL_VARIABLES]):
"""
Args:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment