modantailleur
modantailleur
Once you've trained your network, you can use the `sample` method of `diffusion`. For example the following code will generate 1 image: ``` sampled_images = diffusion.sample(batch_size = 1) def show(img):...
> @modantailleur Hi thanks for your answer. I wonder what I can do instead of sampling if I wanna transport a new image(not consisted in the train set). That means...
> > > @modantailleur Hi thanks for your answer. I wonder what I can do instead of sampling if I wanna transport a new image(not consisted in the train set)....