ChawDoe

Results 11 comments of ChawDoe

Is the issue solved? Please tell me. I want to use your implementation together with the pretrained model to realise my ideas.

> @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:...

> 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...

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...