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

Error in block 5 #3

Open
dewodewo31 opened this issue Nov 22, 2021 · 0 comments
Open

Error in block 5 #3

dewodewo31 opened this issue Nov 22, 2021 · 0 comments

Comments

@dewodewo31
Copy link

Here is an error that happened when I execute the GlaucomaTest.ipynb file.
The error message has shown below.
`TypeError Traceback (most recent call last)
in ()
4 epochs = 30,
5 validation_data = test_set,
----> 6 validation_steps = 30/batch_size)

13 frames
/usr/local/lib/python3.7/dist-packages/tensorflow/python/framework/constant_op.py in convert_to_eager_tensor(value, ctx, dtype)
96 dtype = dtypes.as_dtype(dtype).as_datatype_enum
97 ctx.ensure_initialized()
---> 98 return ops.EagerTensor(value, ctx.device_name, dtype)
99
100

TypeError: Cannot convert 0.9375 to EagerTensor of dtype int64`

how can i fix those error thanks a lot

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