ChawDoe
ChawDoe
Is the issue solved? Please tell me. I want to use your implementation together with the pretrained model to realise my ideas.
@briandw Thank you.
> @innat > > Here is how you could use this: > > ```python > from keras_cv import layers > import numpy as np > > layer = layers.RandomRotation() >...
Okay, I will send it as soon as possible.
> Hi! Thank you for always providing good code. > > When I use below code, process gets stuck. > > ``` > if not (i % 2000) and trainer.is_main:...
@davidbuniat Thanks. It's really urgent for me.
> Hey @ChawDoe! Thanks for opening the issue. Let us look into whether any of our current workflows will satisfy your use case and we'll get back to you in...
@FayazRahman Hi, do you have any updates on this?
I had the same problem using the latest version of this repo.
> Hey, > > It's a common practice that we assume the covariance matrix to be diagonal, then we can calculate the KL loss in a close form, which is...