Explicitly pass values kwarg to tf.name_scope#3
Explicitly pass values kwarg to tf.name_scope#3bananabowl wants to merge 1 commit intocheind:masterfrom
Conversation
Explicitly pass values kwarg to tf.name_scope as it is currently being treated as the default_name kwarg instead. This causes an exception to be thrown in eager mode.
|
Friendly ping! |
|
sorry, I'm awaiting the build check (which failed last time for non obvious reasons). Once passed, I will merge. |
|
Looks like the build check failed for a different reason: https://ci.appveyor.com/project/cheind/tf-matplotlib/builds/24248719/job/et0kls2215q8b0jt
|
Explicitly pass values kwarg to tf.name_scope as it is currently being treated as the default_name kwarg instead. This causes an exception to be thrown in eager mode.