-
Notifications
You must be signed in to change notification settings - Fork 328
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
Clip update inputs format #2377
Clip update inputs format #2377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Maybe we can add a bit of a description as to why we are doing this change (so as to help posterity if similar changes are considered elsewhere).
!pip install keras-cv==0.8.2 -q /usr/local/lib/python3.10/dist-packages/keras_cv/layers/preprocessing_3d/base_augmentation_layer_3d.py in AttributeError: module 'tensorflow.keras' has no attribute 'internal' diffusion_ft_trainer = Trainer( RuntimeError: Exception encountered when calling SpatialTransformer.call(). Could not automatically infer the output shape / dtype of 'spatial_transformer_2' (of type SpatialTransformer). Either the Exception encountered when calling BasicTransformerBlock.call(). Only input tensors may be passed as positional arguments. The following argument value should be passed as a keyword argument: None (of type <class 'NoneType'>) Arguments received by BasicTransformerBlock.call(): Arguments received by SpatialTransformer.call(): anyone have solutions? nothing seem to work , nor the imports nor loading the model. |
Update input format to use dict instead of positional args