tf-matplotlib icon indicating copy to clipboard operation
tf-matplotlib copied to clipboard

Explicitly pass values kwarg to tf.name_scope

Open bananabowl opened this issue 6 years ago • 3 comments

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.

bananabowl avatar Dec 17 '18 22:12 bananabowl

Friendly ping!

bananabowl avatar Apr 30 '19 20:04 bananabowl

sorry, I'm awaiting the build check (which failed last time for non obvious reasons). Once passed, I will merge.

cheind avatar May 02 '19 06:05 cheind

Looks like the build check failed for a different reason:

https://ci.appveyor.com/project/cheind/tf-matplotlib/builds/24248719/job/et0kls2215q8b0jt

Installing collected packages: tfmpl *** Error compiling 'C:\Users\appveyor\AppData\Local\Temp\1\pip-install-ydipx5en\tfmpl\tfmpl\samples\mnist.py'... File "C:\Users\appveyor\AppData\Local\Temp\1\pip-install-ydipx5en\tfmpl\tfmpl\samples\mnist.py", line 79 print(f'Iteration {i}') ^ SyntaxError: invalid syntax

*** Error compiling 'C:\Users\appveyor\AppData\Local\Temp\1\pip-install-ydipx5en\tfmpl\tfmpl\samples\sgd.py'... File "C:\Users\appveyor\AppData\Local\Temp\1\pip-install-ydipx5en\tfmpl\tfmpl\samples\sgd.py", line 76 xys = [tf.get_variable(f'xy_{o[1]}', 2, tf.float32, initializer=start) for o in optimizers] ^ SyntaxError: invalid syntax

bananabowl avatar May 02 '19 21:05 bananabowl