jorgejgnz

Results 4 issues of jorgejgnz

The [Colab notebook](https://colab.research.google.com/github/keras-team/keras-io/blob/master/examples/generative/ipynb/ddim.ipynb#scrollTo=CpN07H_x-3Eo) that exemplifies the implementation of DDIM in Keras does not work using default configuration. Error in training cell: ```python AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in...

I'm having the following samples after training: - 200 epochs for 1 CELEBA image ![ddpm_1img_200epochs](https://user-images.githubusercontent.com/60674219/195911759-49cbdea3-4642-4b9c-a94f-b5bdf0fc82ba.png) - 100 epochs for 1000 CELEBA images ![ddpm_1000imgs_100epochs](https://user-images.githubusercontent.com/60674219/195911798-af59dc02-4be8-4764-9400-6a1db899c888.png) Shouldn't using only 1 image for training...

I'm trying to detect labels in a streaming video but the stream processor goes from STARTING state to STOPPED state. It seems not to reach RUNNING state at any moment....

It's possible to download the [.pb](https://storage.googleapis.com/tensorflow-graphics/models/hitnet/default_models/middlebury_d400.pb) files that stores parameters and weights of the different pre-trained models shared by the authors but I couldn't find the source code required to...