-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
一些问题的解答/Answers to some questions for training and sampling #195
Comments
I see that many issues here have not been answered, and the author does not do much to maintain them. If you have obsessive-compulsive disorder, I will answer them by myself based on experiments.
|
Greatly appreciate your contribution. |
@MilkTeaAddicted |
Hello, my dataset is ISIC2016, 60000 epoch, the integration effect of multiple pictures is as follows |
你好,请问可以帮我解决一下,我的这个问题吗?不胜感激 |
不太懂你的报错,我在ISIC上没有出现过这种错误,而且check了一下你的调用栈,和我跑的代码一样 |
我是在DRIVE数据集上跑的采样,然后我尝试打印他们的形状,分别为x_t: torch.Size([1, 1, 64, 64]) |
I ran the sampling on the DRIVE data set, and then I tried to print their shapes, which are x_t: torch.Size([1, 1, 64, 64]) |
唔,没做过血管分割相关的工作,不过你的eps的shap是torch.Size([1, 2, 64, 64]) 要不试试沿着第二个维度拆分?调一下输入应该问题不大 |
Well, I have never done any work related to blood vessel segmentation, but the shap of your eps is torch.Size([1, 2, 64, 64]). How about trying to split it along the second dimension? It shouldn't be a big problem if you adjust the input. |
看到这里很多issue没有人回答,作者也没怎么维护,我结合我自己实验的结果回答一下
为什么采样生成的图案是一片漆黑?
训练出了问题,大概率training过程的步数不够,多训练一会
training的epoch在多少比较合适
我个人实验的结果显示epoch大概在60000次左右效果开始变好
代码没有设置收敛标准,怎么让training停下来
需要手动停止,停止的标准可以参考上一步我实验得出的结果
代码生成了三个模型,用哪一个采用会比较好
emasavemodel.pt做采用的效果会比较好
The text was updated successfully, but these errors were encountered: