Erik Majláth
Erik Majláth
I have similar issue.
I think I got past this, when I switched to `compile` with `run_eagerly=True` error was different but saying that it got shape [32] (my embedding size) but expected matrix. That...
Hello, Error that we are encountering is as @ccdavid mentioned default error anytime python context cannot connect to the spawned dash server. As seen in the https://github.com/plotly/jupyter-dash/blob/master/jupyter_dash/jupyter_app.py#L306 ```python def wait_for_app():...