Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TypeError when using tf.keras.utils.plot_model #24625

Merged

Conversation

yongtang
Copy link
Member

This fix fixes the issue raised in #24622 where a TypeError was raised when using tf.keras.utils.plot_model.

This fix fixes #24622.

Signed-off-by: Yong Tang yong.tang.github@outlook.com

This fix fixes the issue raised in 24622
where a TypeError was raised when using tf.keras.utils.plot_model.

This fix fixes 24622.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
@ymodak ymodak self-assigned this Dec 31, 2018
@ymodak ymodak added the awaiting review Pull request awaiting review label Dec 31, 2018
@ymodak ymodak added this to Assigned Reviewer in PR Queue via automation Dec 31, 2018
@ymodak ymodak added the size:XS CL Change Size: Extra Small label Jan 2, 2019
@tensorflowbutler
Copy link
Member

Nagging Reviewer @pavithrasv: You have been added as a reviewer to this pull request. Please add your review or reassign. It has been 14 days with no activity and the awaiting review label has been applied.

PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Jan 17, 2019
@ymodak ymodak added ready to pull PR ready for merge process and removed awaiting review Pull request awaiting review labels Jan 17, 2019
@tensorflow-copybara tensorflow-copybara merged commit 129bf6c into tensorflow:master Jan 17, 2019
PR Queue automation moved this from Approved by Reviewer to Merged Jan 17, 2019
tensorflow-copybara pushed a commit that referenced this pull request Jan 17, 2019
@yongtang yongtang deleted the 24622-tf.keras.utils.plot_model branch February 4, 2019 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes ready to pull PR ready for merge process size:XS CL Change Size: Extra Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

tf.keras.utils.plot_model() raises TypeError: 'InputLayer' object is not iterable
6 participants