Jian-Wei Zhang

Results 7 comments of Jian-Wei Zhang

When you click the button `Initialize Comments`, the script will open a new issue in your repository and automatically **add two labels to the issue**: * gitment * \ But...

@tianzhuotao Thank you for your reply. CANet only uses the first three residual blocks of Resnet-50 as the backbone. Therefore, the number of backbone parameters is only 8.5M. And the...

@kirtanp Sacred configs should be **defined inside the script** under a function decorated by `@ex.config` ``` @ex.config def config(): key1 = value1 key2 = value2 key3 = value3 ``` According...

Hi @thequilo! Thanks for the detailed explanation. Now I can understand the design purpose, and maybe it is more reasonable, in spite that we have to use `'"xxx"'` in some...

@Qwlouse Thank you for your reply. I tested the `sys` mode, and it did solve my question. @thequilo By the way, I think maybe the `sys` mode is more natural...

@vijaygao 我也遇到了这个情况. 我按照 [https://github.com/wszqkzqk/deepin-wine-ubuntu](https://github.com/wszqkzqk/deepin-wine-ubuntu) 中的说明, 安装了旧版deb包的微信, 可以正常打开了.

感谢关注我们的工作. 我们正在加速优化显存占用, 以适配显存更小的消费级显卡. 作为临时方案, 您可以选择关闭 prompt 增强功能 (设置 --no-enhance 参数) 来快速试用文生图能力. 但是请注意, 缺乏 prompt 增强时的文生图能力可能会有一定的损失, 这取决于您输入 prompt 的范式. Thanks for paying attention to our work. We are accelerating the optimization...