Open dyf111 opened 4 days ago
Sure. Firstly, can you tell me in this line, "predict_xstart=True"?
The predict_xstart parameter controls whether the model predicts the start image directly (x_0)...Should I change this parameter, teacher, because I noticed the note:# Don't toch these parameters, they are irrelant to the image synthesis
Teacher, I think I know where the mistake is, is the dimension of the data set I used not aligned? Should I follow img_size = (256,256,128) in the code? If so, how should I operate? Sorry, I am a beginner, just divide the data set and feed it directly to the network
Hello, teacher, the quality of the images generated by my training is not very good, what should I do