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
1 frames /usr/local/lib/python3.11/dist-packages/tensorflow/python/eager/execute.py in quick_execute(op_name, num_outputs, inputs, attrs, ctx, name)
57 e.message += " name: " + name
58 raise core._status_to_exception(e) from None
---> 59 except TypeError as e:
60 keras_symbolic_tensors = [x for x in inputs if _is_keras_symbolic_tensor(x)]
61 if keras_symbolic_tensors:
FailedPreconditionError: Graph execution error:
Detected at node model_3_GRU_1/text_vectorization_2_1/None_Lookup/LookupTableFindV2 defined at (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/usr/local/lib/python3.11/dist-packages/colab_kernel_launcher.py", line 37, in
File "/usr/local/lib/python3.11/dist-packages/traitlets/config/application.py", line 992, in launch_instance
File "/usr/local/lib/python3.11/dist-packages/ipykernel/kernelapp.py", line 619, in start
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
FailedPreconditionError Traceback (most recent call last)
in <cell line: 0>()
----> 1 model_3_history = model_3.fit(train_sentence,
2 train_labels,
3 epochs=5,
4 validation_data=(val_sentences, val_labels),
5 callbacks=[create_tensorboard_callback(SAVE_DIR, "GRU")])
1 frames
/usr/local/lib/python3.11/dist-packages/tensorflow/python/eager/execute.py in quick_execute(op_name, num_outputs, inputs, attrs, ctx, name)
57 e.message += " name: " + name
58 raise core._status_to_exception(e) from None
---> 59 except TypeError as e:
60 keras_symbolic_tensors = [x for x in inputs if _is_keras_symbolic_tensor(x)]
61 if keras_symbolic_tensors:
FailedPreconditionError: Graph execution error:
Detected at node model_3_GRU_1/text_vectorization_2_1/None_Lookup/LookupTableFindV2 defined at (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/usr/local/lib/python3.11/dist-packages/colab_kernel_launcher.py", line 37, in
File "/usr/local/lib/python3.11/dist-packages/traitlets/config/application.py", line 992, in launch_instance
File "/usr/local/lib/python3.11/dist-packages/ipykernel/kernelapp.py", line 619, in start
Beta Was this translation helpful? Give feedback.
All reactions