JesseWiers
JesseWiers
As I understand it both the synthetic dataset and the real one need to consist of at least 2048 images to use FID. However, does it matter if the real...
Dear @dbaranchuk, I have a question regarding your method for the analysis part. In order to generate these graphs, am I correct that you trained 1000 (diffusion steps) x 7...
Why do you give the image_size flag value 256 when the slices are of size 240x240?
Has anyone made the code work for 1D images? I changed in_channels and out_channels to 1 in the creation of the model in script_util.py and removed the conversion to RGB...
Does the training never stop if `r_anneal_steps` is not manually changed?