kerlomz / captcha_trainer

[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.
Apache License 2.0
3k stars 818 forks source link

最新编译版启动闪退是什么问题呢 #73

Open 2213766112 opened 3 years ago

2213766112 commented 3 years ago

PS C:\Users\Administrator\Desktop> cd D:\gpu-win64-20201115 PS D:\gpu-win64-20201115> .\app.exe Traceback (most recent call last): File "app.py", line 16, in File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module File "make_dataset.py", line 7, in File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module File "tensorflow__init__.py", line 41, in File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module File "tensorflow\python__init__.py", line 41, in File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module File "tensorflow\python\eager\context.py", line 35, in File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module File "tensorflow\python\pywrap_tfe.py", line 29, in ImportError: DLL load failed: 找不到指定的模块。 [3832] Failed to execute script app PS D:\gpu-win64-20201115>

2213766112 commented 3 years ago

是不是某些路径写死了呐

kerlomz commented 3 years ago

编译版显示路径是编译前电脑的项目路径这个没什么问题的,主要问题是闪退的原因,一般 DLL load failed 的情况首先检查VC运行库是否安装完整,还有显卡驱动是否为最新,硬件要求英伟达系列显卡,型号最好是RTX1050ti以上,并且小于30系。最新编译版支持30系显卡。

On Mon, Nov 16, 2020 at 11:02 AM 2213766112 notifications@github.com wrote:

是不是某些路径写死了呐

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kerlomz/captcha_trainer/issues/73#issuecomment-727706830, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAPBXJREUHYOP4VPBSSGETSQCI3FANCNFSM4TWTXPEQ .

zhaojiafu commented 3 years ago

编译版显示路径是编译前电脑的项目路径这个没什么问题的,主要问题是闪退的原因,一般 DLL load failed 的情况首先检查VC运行库是否安装完整,还有显卡驱动是否为最新,硬件要求英伟达系列显卡,型号最好是RTX1050ti以上,并且小于30系。最新编译版支持30系显卡。 On Mon, Nov 16, 2020 at 11:02 AM 2213766112 @.***> wrote: 是不是某些路径写死了呐 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#73 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAPBXJREUHYOP4VPBSSGETSQCI3FANCNFSM4TWTXPEQ .

大佬你好,我的3070显卡支持么,为什么老是无法跑起来?