Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast uploaded.keys() to list before indexing
In examples/colab/tf_hub_generative_image_module.ipynb as of python 3 keys() method of dictionary returns a view(DictKeys) object and doesn't support indexing
- Loading branch information