Guo He

Results 3 issues of Guo He

### 🐛 Describe the bug When I use ColossalAI strategy to train stable diffusion v2, errors are as follow. please init model in the ColoInitContext File "/data/guohe/stable-diffusion-v2/scripts/train/main.py", line 772, in...

bug

### 🐛 Describe the bug INFO colossalai - colossalai - INFO: /home/guohe/.conda/envs/stable-v2/lib/python3.8/site-packages/colossalai/nn/optimizer/zero_optimizer.py:218 step INFO colossalai - colossalai - INFO: Found overflow. Skip step 运行example中的stable diffusion 训练代码时,出现overflow,无法确定是什么overflow,又skip了什么step 谢谢! ### Environment _libgcc_mutex...

bug

### 🐛 Describe the bug 我注意到stable diffusion v2源码的group数是32,在本仓库的example中实现的stable diffusion v2却被改成了16 ![image](https://user-images.githubusercontent.com/45527236/224474775-2b3e16e6-0dad-4bd1-b961-1768c5a0b0b7.png) 231 行 def normalization(channels): """ Make a standard normalization layer. :param channels: number of input channels. :return: an nn.Module...

bug