xiaolin_peter
xiaolin_peter
no people answer
> > 瓶颈主要在很多地方遍历树每一级的子节点。修改方式先把树的构建给改了,改成字典格式。上面mode.py在读的时候没有修改。我这里提交各可运行的文件吧。运行前需删除data目录的root.pkl > > model.py.txt > > 201行函数名要改成find_word,不然报错 > > 改了之后也有问题 word[0], word[1], word[2] = word[1], word[2], word[0] > TypeError: 'tuple' object does not support item assignment a, b,...
> KerasPolicy has been removedIf,you used this component in your policies configuration ( > config.yml) you can replace it with TEDPolicy. It accepts the same configuration parameters. thank you very...