Johnson yue

Results 65 issues of Johnson yue

I will set a clock for waiting it!!

hi, I think the code is only for evaluate result network preformance , but If I will re-implement search from scarth which code should I use??

thanks for your sharing, but I only have 1 GPU , it can not be trained I see the reason why need multi-GPU is for ‘effect of disabling shuffle BN...

在博客第二篇中,你说到用EdgeBox的办法得到EdgeBox_Version_S_AddData.mat文件,不知道具体是怎么做到的,可否在github上给出相应的文件或者更新博客说明一下怎么生成的EdgeBox_Version_S_AddData.mat这个文件,非常感谢,此外对您这个项目的文件结构也不是很清晰,能够给出最后的文件结构吗?再次感谢

Hi, thanks for you share the code and it is new generative model . I want to ask does it support on conditional generate ? like multi-classes ? thank you...

### 🐛 Describe the bug run ColossalAI/example/image/diffusion and install environment done. then I test train my own dataset with ldm and colossal it very very slow, and the CPU time...

bug

Hi,sciencefans: thank you for sharing your code , and I want to know is the Focal Loss work well?? How much improve than before?

Hi, I'm using gradient penalty with LSGAN loss but it did not work ,so I replace LSGAN with Standard GAN loss it work fine !! except WGAN loss which type...

感谢团队的分享, 我也看了很多关于AI4Finance的资料,作为一个新手小白,我想入门金融的强化学习,但是被这么多的库砸晕了。 他们都是什么关系,是版本更新,还是并且共存,是否有先后顺序,都处于更新中吗?有更新的优先级吗? 作为一个新手程序员,有些python和pytorch的基础,应该从哪个库入手。 Fin-Meta好像是数据层的, 那么在Fin-RL 和Fin-GPT中的数据层是否还是用Fin-Meta来做的? 还是每一个库都是独立的? 这些库中,哪个是最新的能学习如何应用强化学习的? 希望能有一篇内容介绍这些库的关系,已经在当下的时间点,学习哪个库才是最合适的选择。谢谢

help wanted

Hi, I train ACGAN with MNIST dataset. or Any Other Conditional GANs!!! As your method in ReadMe.md: ``` from optimizers import ACGD device = torch.device('cuda:0') lr = 0.0001 G =...