v3ucn

Results 56 comments of v3ucn

just edit util.py to pass this bug: ``` def imp_find_module(name, path=None): """ same as imp.find_module, but handles dotted names """ names = name.split(".") print(names) if names == ['ruamel']: return (None,...

``` if __name__ == '__main__': # 阻止子进程重启 import multiprocessing multiprocessing.freeze_support() # ------------------------------------ # 封装前运行 uvicorn.run(app="api_v2:app", host="0.0.0.0", port=12233, workers=5) ```

> 请问,api_v2.py在哪里?没找到这个文件 在 fast_inference_分支

pip3 install -U pyttsx3

可以,直接执行:.\train.py --c ..\data\smoke\config.json --model smoke 但是底模不支持中文