Sep-25-2024, 04:20 AM
(This post was last modified: Sep-25-2024, 04:20 AM by Pedroski55.)
Thanks, that is encouraging!
Some problem however:
Some problem however:
jieba.enable_paddle()
Output:Import error, cannot find paddle.fluid and jieba.lac_small.predict module. Now, back to jieba basic cut......
[2024-09-25 06:17:55,601] [ DEBUG] _compat.py:50 - Import error, cannot find paddle.fluid and jieba.lac_small.predict module. Now, back to jieba basic cut......
Maybe I also need a different version of jieba, but thanks anyway. I believe paddle just makes jieba better, but it should work without paddle!import paddle paddle.utils.run_check()
Output:Running verify PaddlePaddle program ...
PaddlePaddle works well on 1 CPU.
PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now.