Closed toli-belo closed 4 years ago
Hi There, We are checking to see if you still need help on this, as this seems to be considerably old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing. If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.
@toli-belo (or Mr. Bean?) Did you ever figure out how to get past this issue? I'm facing it now.
System information
Describe the problem
I am unable to run jupyter notebook "interactive_text_analyzer.ipynb", located in models/research/syntaxnet/examples/dragnn. It returns the error shown below. can someone advise on how to get the interactive_text_analyzer notebook to run?
NotFoundError: Key lookahead/cell/cell_0/layer_norm_basic_lstm_cell/kernel not found in checkpoint [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_INT32, DT_INT32, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]
[[Node: save/RestoreV2/_17 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_24_save/RestoreV2", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]
I saw a reference to using a checkpoint converter (here), and ran converter like this:
but it results in a small
checkpoint
file 59 bytes long with this content:Source Code of the notebook cell that's failing:
Output of the cell: