-
Notifications
You must be signed in to change notification settings - Fork 45
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
cannot use BinaryScore #84
Comments
Please refer the page below: Thanks! |
Thank you, I tried to use it on a simpler example (cat and dog binary classification) and it worked! My problem now is when i have nested models... I used the code:
But i got the following error: ValueError: Graph disconnected: cannot obtain value for tensor KerasTensor(type_spec=TensorSpec(shape=(None, 141, 898, 1), dtype=tf.float32, name='conv2d_12_input'), name='conv2d_12_input', description="created by layer 'conv2d_12_input'") at layer "conv2d_12". The following previous layers were accessed without issue: [] If i do:
I have: ValueError: |
I face the same Graph disconnected error |
Hi,
Thank you for this git! Is fantastic.
I'm having problems tying to use this for binary classification.
Can you show an example using it?
The text was updated successfully, but these errors were encountered: