Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph execution error #2

Open
BaronJoseph opened this issue Feb 17, 2022 · 0 comments
Open

Graph execution error #2

BaronJoseph opened this issue Feb 17, 2022 · 0 comments

Comments

@BaronJoseph
Copy link

Hi! I'm trying to run this and come across this error while compiling.

`InvalidArgumentError Traceback (most recent call last)
in ()
14 batch_size=64,
15 validation_data=test_generator,
---> 16 callbacks=[early_stopping])
17
18 # finetuning with all layers set trainable

1 frames
/usr/local/lib/python3.7/dist-packages/tensorflow/python/eager/execute.py in quick_execute(op_name, num_outputs, inputs, attrs, ctx, name)
53 ctx.ensure_initialized()
54 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,
---> 55 inputs, attrs, num_outputs)
56 except core._NotOkStatusException as e:
57 if name is not None:

InvalidArgumentError: Graph execution error:`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant