-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A summary of issues (问题总结) #9
Comments
Question 1: What is the purpose of this project? What significance does it have? 问题1:这个项目是做什么的?它有什么意义? |
Question 2: How should I choose appropriate parameters during training? 问题2:我该如何在训练时选择合适的参数? |
Question 3: How can I accelerate image generation during training? 问题3:我该如何在训练时加速图像生成? |
Question 4: Why am I encountering numerous CUDA or cuDNN errors such as 问题4:为什么我在训练的时候出现了 |
Question 5: Why do I see noise issues in the generated images? 问题5:为什么我生成的图片会出现噪点问题? |
Question 6: How should the dataset be divided? How to set up conditional and unconditional training? 问题6:数据集该如何划分?条件训练和非条件训练该怎么设置? Refer to the diagram below for a detailed structure. |
Question 7: The training was interrupted unexpectedly. How can I resume training? 问题7:训练异常中断了,如何恢复训练? |
Question 8: The training time for each epoch is too long. How can I use a pretrained model? 问题8:每轮训练时间太长了,怎么使用预训练模型? |
Question 9: Why does using a 32×32 model to generate 64×64 or 128×128 images result in distortion and more objects? 问题9:为什么使用32×32的模型生成64×64的图片会扭曲、物体会变多呢? |
Question 10: Why do I get a 问题10:为什么我启动训练报 |
Question 12: During training, I encountered the 问题12:在训练时出现 |
This Issue is to summarize all kinds of problems and provide corresponding solutions. If there is no relevant problem in this issue, you can propose a new issue, and I will answer it.
Thanks for feedback bugs and contributing code (and pr).
这个Issue是对各种问题进行总结,并提供相应的解决方案。如果这个issue没有回答相关的问题,你可以提出一个新的issue,我会解答。
另外,感谢反馈bug和贡献代码(和pr)。
Problem quick navigation
问题快速导航
Q1. What is the purpose of this project? What significance does it have? (这个项目是做什么的?它有什么意义?)
Q2. How should I choose appropriate parameters during training? (我该如何在训练时选择合适的参数?)
Q3. How can I accelerate image generation during training? (我该如何在训练时加速图像生成?)
Q4. Why am I encountering numerous CUDA or cuDNN errors such as THCudaCheck FAIL file=../aten/src/THC/THCCachingHostAllocator.cpp or RuntimeError: cuDNN error: CUDNN_STATUS_INTERNAL_ERROR during training? (为什么我在训练的时候出现了THCudaCheck FAIL file=../aten/src/THC/THCCachingHostAllocator.cpp或RuntimeError: cuDNN error: CUDNN_STATUS_INTERNAL_ERROR等大片CUDA或cuDNN错误?)
Q5. Why do I see noise issues in the generated images? (为什么我生成的图片会出现噪点问题?)
Q6. How should the dataset be divided? How to set up conditional and unconditional training? (数据集该如何划分?条件训练和非条件训练该怎么设置?)
Q7. The training was interrupted unexpectedly. How can I resume training? (训练异常中断了,如何恢复训练?)
Q8. The training time for each epoch is too long. How can I use a pretrained model? (每轮训练时间太长了,怎么使用预训练模型?)
Q9. Why does using a 32×32 model to generate 64×64 or 128×128 images result in distortion and more objects? (为什么使用32×32的模型生成64×64的图片会扭曲、物体会变多呢?)
Q10. Why do I get a
RuntimeError: Address already in use
error when starting training? (为什么我启动训练报RuntimeError: Address already in use
错误?)Q11. I encountered a
ValueError: Imaginary component XXX
error when calculating FID. How can I resolve it? (在计算FID的时候出现了ValueError: Imaginary component XXX
错误,如何解决?)The text was updated successfully, but these errors were encountered: