rayquazaMega

Results 4 comments of rayquazaMega

You need to turn it back to a dict. Change class DictToAttrRecursive to this: ``` class DictToAttrRecursive: def __init__(self, input_dict): for key, value in input_dict.items(): if isinstance(value, dict): setattr(self, key,...

> refer to #4913 > > Install DeepSpeed from the latest source code and consider utilizing DeepSpeed-MII for optimal performance. @ZonePG Thank you for your awesome work! I tried the...

昨天搞了一天这个问题,最后使用了这个方法[http://t.csdn.cn/ZDBYo](url)。若前述的paddle-cpu和2.2.2都不能解决问题的话可以试试这个。 具体而言是在_.\PaddleSeg\EISeg\eiseg\exe.py_最前面加上 `import os` `os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE"` 之后`python exe.py`即可运行

> > QQBot那边传来的?qq频道的相关的信息可以转发到正常的聊天吗 > > 奇怪的是,有些人可以转发,正常用户则不能。怀疑他们的客户端经过修改 也许是某些QQ版本存在这种漏洞,我们可以测试一下是哪些QQ版本或者平台可以转发该消息,以便在有可能的情况下更好地复现问题。我的版本是安卓V 9.0.17.15190,无法转发相关内容