I'm using theNVIDIA Graphics Driver version 528.89. The code I'm working with is located inthis notebook. When I run the fit() method, I encounter an error message: UnimplementedError: Graph execution error. This issue is visible in the output of cell 20 in the notebook. I am accessing...
Input Source operations connected to node add: transpose_1 (defined at bug.py:15) conv2d/BiasAdd (defined at bug.py:19) Original stack trace for 'add': File "bug.py", line 32, in <module> train_op = model() File "bug.py", line 23, in model a = a + upsample2x(b) File "...