Ilkka Sipilä
Ilkka Sipilä
I've forced the use of base_estimator and the random_state from the saved checkpoint. This should fix #949 and fix #997, possibly also related to #959 and #960.
I have a deep neural network model in a file called param_optimizer.py and I import the dimensions and the neural network's name to the file where I run gp_minimize(): ````py...
**Short Description** The `StableDiffusion().text_to_image()` could return the frames from each step of the denoising process in order to make a video of the training process. I've made a fork and...