jorgejgnz
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  - 100 epochs for 1000 CELEBA images  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...