You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/tensorflow/python/client/session.py", line 1067, in _run
+ e.args[0])
dask.async.TypeError: Cannot interpret feed_dict key as Tensor: Tensor Tensor("Placeholder_2:0", shape=(112, 100), dtype=float32) is not an element of this graph.
The text was updated successfully, but these errors were encountered:
Just realized it works fine if we don't use --force_reload, which seems to want to generate the minitree twice, and fails on the second time. So hints towards an issue in initialization, rather than TF itself.
force_reload also introduces erros in notebook, without it, I generated the minitrees for 100 background files and it's fine. Sometimes minitrees failed to be generated, but can be regenerated if rerun. This is probably related to the mysterious problem in hax we saw long time ago, but it could be another one.
When testing new
PositionReconstruction
treemaker innewpatternlikelihood
branch:get the following error:
The text was updated successfully, but these errors were encountered: