google-research / federated

A collection of Google research projects related to Federated Learning and Federated Analytics.
Apache License 2.0
693 stars 196 forks source link

avoid 'tf.io.gfile.glob' in CheckpointManager #4

Closed amitport closed 4 years ago

amitport commented 4 years ago

please avoid using tf.io.gfile.glob since https://github.com/tensorflow/tensorflow/issues/19378 issue is causing problems on windows see https://github.com/google-research/federated/pull/1#issuecomment-702957160

zcharles8 commented 4 years ago

This is now resolved by https://github.com/google-research/federated/commit/d4a5564e33830b3d6a0ac062ed74d75f55a80872. Thanks for your help.

zcharles8 commented 4 years ago

I know have permission to close issues, so I will go ahead and resolve this.