laozhuang727

Results 8 issues of laozhuang727

It is a great tool. But it is not easy to enable the whole project at the first time without any user guide. Suggest adding some instructions. e.g. 1. change...

in production, the train data is huge. Does the deepctr framework support the libsvm fortmat?

enhancement&feature request

Hi fundon, The framework is cool. While most of the user require the table feature. But the table we used in here is not good enough. Do you have a...

1.刚开始一直请求时报错fetch failed 在.env文件中 改了一下openapi的代理 OPENAI_API_BASE_URL= 'https://openapi.ssiic.com' 改完后在windows下可以了 2. 在mac下有证书问题,一直报错“unable to get local issuer certificate” 在.env文件中 NODE_TLS_REJECT_UNAUTHORIZED='0' 重启,搞定,希望给后人有一些帮助

我的机器上有两个显卡,运行的时候报上面的这个错误 执行glxinfo |grep OpenGL 发现第一个显卡不是nvidia的主显卡 留一个解决方案给后人 sudo prime-select nvidia sudo reboot 再次执行glxinfo |grep OpenGL 发现第一个显卡已经是nvidia的主显卡 (StreetFighterAI) ➜ main git:(master) glxinfo |grep OpenGL OpenGL vendor string: NVIDIA Corporation OpenGL renderer string:...

花了半天时间,重现的作者的作品,系统很简洁明了,非常值得推荐学习。 1. 主入口是build_medicalgraph.py, 同学们可以通过下面两个调用,来创建知识节点和边 handler.create_graphnodes() (很快) handler.create_graphrels() master上这两个是没有填写的,大家容易不知道如何进入 2. create_graphrels 这个步骤非常久,容易中途失败,可以每次注释一部分逻辑进行执行。 如仅执行u“推荐食谱” self.create_relationship('Disease', 'Food', rels_recommandeat, 'recommand_eat', u'推荐食谱') # self.create_relationship('Disease', 'Food', rels_noteat, 'no_eat', u'忌吃') # self.create_relationship('Disease', 'Food', rels_doeat, 'do_eat', u'宜吃') #...

使用的是windows 11的系统。发现一直报这个错。后面的解决方案如下,给后人一个参考 1. 删除所有的pyqt6, pip uninstall pyqt6[all] 2. requirement里面把PyQt6==6.6.0 改为PyQt6>=6.6.0 3.执行pip install pyqt6[all] Requirement already satisfied: PyQt6-Qt6>=6.6.0 in d:\anaconda3\envs\dlta-ai\lib\site-packages (from pyqt6[all]) (6.6.1) Installing collected packages: pyqt6 Successfully installed pyqt6-6.6.1 发现它最终安装的是...