-
Notifications
You must be signed in to change notification settings - Fork 330
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
InvalidArgumentError occurred when I implemeted image generation using mixed float16 #2102
Labels
type:Bug
Something isn't working
Comments
Is this bug also appearing when using Keras Core with the TF backend? It may be a simple fix but I'd like to verify that it's affecting multi-backend Keras and not just Keras 2 |
@ianstenbit |
@ianstenbit , @jbischof |
ghost
pushed a commit
to y-vectorfield/keras-cv
that referenced
this issue
Nov 1, 2023
…o Stable Diffusion
ghost
pushed a commit
to y-vectorfield/keras-cv
that referenced
this issue
Nov 2, 2023
…o Stable Diffusion
ianstenbit
pushed a commit
that referenced
this issue
Nov 2, 2023
ghost
pushed a commit
to y-vectorfield/keras-cv
that referenced
this issue
Nov 16, 2023
…o Stable Diffusion (keras-team#2124)
yuvraj-wale
pushed a commit
to yuvraj-wale/keras-cv
that referenced
this issue
Feb 8, 2024
…o Stable Diffusion (keras-team#2124)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior:
InvalidArgumentError occurred when I implemented image generation using mixed float16.
Environment: https://www.tensorflow.org/tutorials/generative/generate_images_with_stable_diffusion
Expected Behavior:
I want the image to be generated similarly when using floa32.
Steps To Reproduce:
The following code cell ended with an error.
Version:
0.6.4
Details:
Python 3.10.12
keras 2.14.0
keras-core 0.1.7
keras-cv 0.6.4
pytensor 2.14.2
tensorboard 2.14.1
tensorboard-data-server 0.7.1
tensorflow 2.14.0
tensorflow-datasets 4.9.3
tensorflow-estimator 2.14.0
tensorflow-gcs-config 2.13.0
tensorflow-hub 0.15.0
tensorflow-io-gcs-filesystem 0.34.0
tensorflow-metadata 1.14.0
tensorflow-probability 0.20.1
tensorstore 0.1.45
The text was updated successfully, but these errors were encountered: