尝试使用Intel|尝试使用Intel PlaidML进行machine learning

PS C:\windows\system32> plaidml-setupPlaidML Setup (0.6.3)Thanks for using PlaidML!Some Notes: * Bugs and other issues: https://github.com/plaidml/plaidml * Questions: https://stackoverflow.com/questions/tagged/plaidml * Say hello: https://groups.google.com/forum/#!forum/plaidml-dev * PlaidML is licensed under the Apache License 2.0Default Config Devices: No devices.Experimental Config Devices: opencl_intel_hd_graphics_5500.0 : Intel(R) Corporation Intel(R) HD Graphics 5500 (OpenCL) opencl_cpu.0 : Intel(R) Corporation CPU (OpenCL) llvm_cpu.0 : CPU (LLVM)Using experimental devices can cause poor performance, crashes, and other nastiness.Enable experimental device support? (y,n)[n]:yMultiple devices detected (You can override by setting PLAIDML_DEVICE_IDS). Please choose a default device:1 : opencl_intel_hd_graphics_5500.0 2 : opencl_cpu.0 3 : llvm_cpu.0Default device? (1,2,3)[1]:Selected device: opencl_intel_hd_graphics_5500.0Almost done. Multiplying some matrices... Tile code: function (B[X,Z], C[Z,Y]) -> (A) { A[x,y : X,Y] = +(B[x,z] * C[z,y]); } 0x00007FFB5C64927E (0x0000000000000000 0x0000000000000000 0x00000206D4DA1FE0 0x00000206D56D4430), vai_set_eventlog() + 0xEF288E bytes(s) 0x00007FFBA463D221 (0x00000206CB2792E0 0x00000000FFFFFFF5 0x0000000000000003 0x00000206D4DA2860), clGetDeviceIDsFromDX9MediaAdapterKHR() + 0x12021 bytes(s) 0x00007FFB765DF0F1 (0x0000000000000000 0x00000206D56DCBF0 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x1BB01 bytes(s) 0x00007FFB7664840B (0x00007FFB76991B90 0x0000000000000000 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x84E1B bytes(s) 0x00007FFB766485B2 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x84FC2 bytes(s) 0x00007FFBBB3A7974 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), BaseThreadInitThunk() + 0x14 bytes(s) 0x00007FFBBB6CA271 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), RtlUserThreadStart() + 0x21 bytes(s) PS C:\windows\system32>

安装过程参见:https://github.com/plaidml/plaidml/blob/master/docs/install.rst#windows
最后一步运行plaidbench keras mobilenet的时候,提示错误:
PlaidML is not configured. Run plaidml-setup. Set --print-stacktraces to see the entire traceback

貌似安装失败。因为我其实已经运行过plaidml-setup了,而且也正确识别出我的集成显卡5500了。
或许是我的显卡不支持?
【尝试使用Intel|尝试使用Intel PlaidML进行machine learning】
完整的安装记录:
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.PS C:\windows\system32> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) Getting latest version of the Chocolatey package for download. Getting Chocolatey from https://chocolatey.org/api/v2/package/chocolatey/0.10.15. Extracting C:\Users\uidt8491\AppData\Local\Temp\chocolatey\chocInstall\chocolatey.zip to C:\Users\uidt8491\AppData\Local\Temp\chocolatey\chocInstall... Installing chocolatey on this machine Creating ChocolateyInstall as an environment variable (targeting 'Machine') Setting ChocolateyInstall to 'C:\ProgramData\chocolatey' WARNING: It's very likely you will need to close and reopen your shell before you can use choco. Restricting write permissions to Administrators We are setting up the Chocolatey package repository. The packages themselves go to 'C:\ProgramData\chocolatey\lib' (i.e. C:\ProgramData\chocolatey\lib\yourPackageName). A shim file for the command line goes to 'C:\ProgramData\chocolatey\bin' and points to an executable in 'C:\ProgramData\chocolatey\lib\yourPackageName'.Creating Chocolatey folders if they do not already exist.WARNING: You can safely ignore errors related to missing log files when upgrading from a version of Chocolatey less than 0.9.9. 'Batch file could not be found' is also safe to ignore. 'The system cannot find the file specified' - also safe. chocolatey.nupkg file not installed in lib. Attempting to locate it from bootstrapper. PATH environment variable does not have C:\ProgramData\chocolatey\bin in it. Adding... WARNING: Not setting tab completion: Profile file does not exist at 'C:\Users\uidt8491\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'. Chocolatey (choco.exe) is now ready. You can call choco from anywhere, command line or powershell by typing choco. Run choco /? for a list of functions. You may need to shut down and restart powershell and/or consoles first prior to using choco. Ensuring chocolatey commands are on the path Ensuring chocolatey.nupkg is in the lib folder PS C:\windows\system32> choco install -y python git vcredist2015 Chocolatey v0.10.15 Installing the following packages: python; git; vcredist2015 By installing you accept licenses for the packages. Progress: Downloading python3 3.7.4... 100% Progress: Downloading chocolatey-core.extension 1.3.3... 100% Progress: Downloading python 3.7.4... 100%chocolatey-core.extension v1.3.3 [Approved] chocolatey-core.extension package files install completed. Performing other installation steps. Installed/updated chocolatey-core extensions. The install of chocolatey-core.extension was successful. Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-core'python3 v3.7.4 [Approved] python3 package files install completed. Performing other installation steps. Installing 64-bit python3... python3 has been installed. Installed to: 'C:\Python37' python3 can be automatically uninstalled. Environment Vars (like PATH) have changed. Close/reopen your shell to see the changes (or in powershell/cmd.exe just type `refreshenv`). The install of python3 was successful. Software installed as 'exe', install location is likely default.python v3.7.4 [Approved] python package files install completed. Performing other installation steps. The install of python was successful. Software install location not explicitly set, could be in package or default install location if installer. Progress: Downloading git.install 2.22.0... 100% Progress: Downloading git 2.22.0... 100%git.install v2.22.0 [Approved] git.install package files install completed. Performing other installation steps. Using Git LFS Installing 64-bit git.install... git.install has been installed. git.install installed to 'C:\Program Files\Git' git.install can be automatically uninstalled. Environment Vars (like PATH) have changed. Close/reopen your shell to see the changes (or in powershell/cmd.exe just type `refreshenv`). The install of git.install was successful. Software installed to 'C:\Program Files\Git\'git v2.22.0 [Approved] git package files install completed. Performing other installation steps. The install of git was successful. Software install location not explicitly set, could be in package or default install location if installer. Progress: Downloading vcredist140 14.21.27702.2... 100% Progress: Downloading KB3033929 1.0.5... 100% Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 100% Progress: Downloading KB3035131 1.0.3... 100% Progress: Downloading KB2919355 1.0.20160915... 100% Progress: Downloading KB2919442 1.0.20160915... 100% Progress: Downloading KB2999226 1.0.20181019... 100% Progress: Downloading vcredist2015 14.0.24215.20170201... 100%chocolatey-windowsupdate.extension v1.0.4 [Approved] chocolatey-windowsupdate.extension package files install completed. Performing other installation steps. Installed/updated chocolatey-windowsupdate extensions. The install of chocolatey-windowsupdate.extension was successful. Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate'KB3035131 v1.0.3 [Approved] kb3035131 package files install completed. Performing other installation steps. Skipping installation because update KB3035131 does not apply to this operating system (Microsoft Windows 10 Enterprise). The install of kb3035131 was successful. Software install location not explicitly set, could be in package or default install location if installer.KB3033929 v1.0.5 [Approved] kb3033929 package files install completed. Performing other installation steps. Skipping installation because update KB3033929 does not apply to this operating system (Microsoft Windows 10 Enterprise). The install of kb3033929 was successful. Software install location not explicitly set, could be in package or default install location if installer.KB2919442 v1.0.20160915 [Approved] kb2919442 package files install completed. Performing other installation steps. Skipping installation because this hotfix only applies to Windows 8.1 and Windows Server 2012 R2. The install of kb2919442 was successful. Software install location not explicitly set, could be in package or default install location if installer.KB2919355 v1.0.20160915 [Approved] kb2919355 package files install completed. Performing other installation steps. Skipping installation because this hotfix only applies to Windows 8.1 and Windows Server 2012 R2. The install of kb2919355 was successful. Software install location not explicitly set, could be in package or default install location if installer.KB2999226 v1.0.20181019 [Approved] kb2999226 package files install completed. Performing other installation steps. Skipping installation because update KB2999226 does not apply to this operating system (Microsoft Windows 10 Enterprise). The install of kb2999226 was successful. Software install location not explicitly set, could be in package or default install location if installer.vcredist140 v14.21.27702.2 [Approved] vcredist140 package files install completed. Performing other installation steps. Downloading vcredist140-x86 from 'https://download.visualstudio.microsoft.com/download/pr/c8edbb87-c7ec-4500-a461-71e8912d25e9/99ba493d660597490cbb8b3211d2cae4/vc_redist.x86.exe' Progress: 100% - Completed download of C:\Users\uidt8491\AppData\Local\Temp\chocolatey\vcredist140\14.21.27702.2\vc_redist.x86.exe (13.76 MB). Download of vc_redist.x86.exe (13.76 MB) completed. Hashes match. Installing vcredist140-x86... vcredist140-x86 has been installed. Downloading vcredist140-x64 64 bit from 'https://download.visualstudio.microsoft.com/download/pr/9e04d214-5a9d-4515-9960-3d71398d98c3/1e1e62ab57bbb4bf5199e8ce88f040be/vc_redist.x64.exe' Progress: 100% - Completed download of C:\Users\uidt8491\AppData\Local\Temp\chocolatey\vcredist140\14.21.27702.2\vc_redist.x64.exe (14.42 MB). Download of vc_redist.x64.exe (14.42 MB) completed. Hashes match. Installing vcredist140-x64... vcredist140-x64 has been installed. vcredist140 may be able to be automatically uninstalled. The install of vcredist140 was successful. Software installed as 'exe', install location is likely default.vcredist2015 v14.0.24215.20170201 [Approved] vcredist2015 package files install completed. Performing other installation steps. The install of vcredist2015 was successful. Software install location not explicitly set, could be in package or default install location if installer.Chocolatey installed 13/13 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).Installed: - kb2919355 v1.0.20160915 - python v3.7.4 - kb3033929 v1.0.5 - chocolatey-core.extension v1.3.3 - kb2999226 v1.0.20181019 - python3 v3.7.4 - vcredist2015 v14.0.24215.20170201 - kb2919442 v1.0.20160915 - git.install v2.22.0 - vcredist140 v14.21.27702.2 - kb3035131 v1.0.3 - git v2.22.0 - chocolatey-windowsupdate.extension v1.0.4Packages requiring reboot: - vcredist140 (exit code 3010)The recent package changes indicate a reboot is necessary. Please reboot at your earliest convenience. PS C:\windows\system32> pip install -U plaidml-keras Collecting plaidml-keras Downloading https://files.pythonhosted.org/packages/48/13/ed0f4092ce516b595a13d42d2cc8c4176a7e39ba91a82c2292f67f7508c4/plaidml_keras-0.6.3-py2.py3-none-any.whl Collecting six (from plaidml-keras) Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl Collecting keras==2.2.4 (from plaidml-keras) Downloading https://files.pythonhosted.org/packages/5e/10/aa32dad071ce52b5502266b5c659451cfd6ffcbf14e6c8c4f16c0ff5aaab/Keras-2.2.4-py2.py3-none-any.whl (312kB) |████████████████████████████████| 317kB 504kB/s Collecting plaidml (from plaidml-keras) Downloading https://files.pythonhosted.org/packages/a7/54/16b9a7f49d2519ed2a7e8b04557485246524aa1399bbb18ce5027afb3ce8/plaidml-0.6.3-py2.py3-none-win_amd64.whl (22.9MB) |████████████████████████████████| 22.9MB 3.3MB/s Collecting pyyaml (from keras==2.2.4->plaidml-keras) Downloading https://files.pythonhosted.org/packages/f5/93/b5ebdabc7e450418c26a1395d995d878a59bc4272d6ac63d2ada922126ad/PyYAML-5.1.1-cp37-cp37m-win_amd64.whl (215kB) |████████████████████████████████| 225kB 3.3MB/s Collecting keras-preprocessing>=1.0.5 (from keras==2.2.4->plaidml-keras) Downloading https://files.pythonhosted.org/packages/28/6a/8c1f62c37212d9fc441a7e26736df51ce6f0e38455816445471f10da4f0a/Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41kB) |████████████████████████████████| 51kB 1.6MB/s Collecting keras-applications>=1.0.6 (from keras==2.2.4->plaidml-keras) Downloading https://files.pythonhosted.org/packages/71/e3/19762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f/Keras_Applications-1.0.8-py3-none-any.whl (50kB) |████████████████████████████████| 51kB 812kB/s Collecting numpy>=1.9.1 (from keras==2.2.4->plaidml-keras) Downloading https://files.pythonhosted.org/packages/ce/61/be72eee50f042db3acf0b1fb86650ad36d6c0d9be9fc29f8505d3b9d6baa/numpy-1.16.4-cp37-cp37m-win_amd64.whl (11.9MB) |████████████████████████████████| 11.9MB 595kB/s Collecting h5py (from keras==2.2.4->plaidml-keras) Downloading https://files.pythonhosted.org/packages/4f/1e/89aa610afce8df6fd1f12647600a05e902238587ae6375442a3164b59d51/h5py-2.9.0-cp37-cp37m-win_amd64.whl (2.4MB) |████████████████████████████████| 2.4MB 501kB/s Collecting scipy>=0.14 (from keras==2.2.4->plaidml-keras) Downloading https://files.pythonhosted.org/packages/53/17/9dfd64540b6645fae581462ed2d1c8e680b7e946ca2789c5149693660392/scipy-1.3.0-cp37-cp37m-win_amd64.whl (30.3MB) |████████████████████████████████| 30.3MB 251kB/s Collecting enum34>=1.1.6 (from plaidml->plaidml-keras) Downloading https://files.pythonhosted.org/packages/af/42/cb9355df32c69b553e72a2e28daee25d1611d2c0d9c272aa1d34204205b2/enum34-1.1.6-py3-none-any.whl Collecting cffi (from plaidml->plaidml-keras) Downloading https://files.pythonhosted.org/packages/2f/ad/9722b7752fdd88c858be57b47f41d1049b5fb0ab79caf0ab11407945c1a7/cffi-1.12.3-cp37-cp37m-win_amd64.whl (171kB) |████████████████████████████████| 174kB 262kB/s Collecting pycparser (from cffi->plaidml->plaidml-keras) Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB) |████████████████████████████████| 163kB 284kB/s Installing collected packages: six, pyyaml, numpy, keras-preprocessing, h5py, keras-applications, scipy, keras, enum34, pycparser, cffi, plaidml, plaidml-keras Running setup.py install for pycparser ... done Successfully installed cffi-1.12.3 enum34-1.1.6 h5py-2.9.0 keras-2.2.4 keras-applications-1.0.8 keras-preprocessing-1.1.0 numpy-1.16.4 plaidml-0.6.3 plaidml-keras-0.6.3 pycparser-2.19 pyyaml-5.1.1 scipy-1.3.0 six-1.12.0 PS C:\windows\system32> plaidml-setupPlaidML Setup (0.6.3)Thanks for using PlaidML!Some Notes: * Bugs and other issues: https://github.com/plaidml/plaidml * Questions: https://stackoverflow.com/questions/tagged/plaidml * Say hello: https://groups.google.com/forum/#!forum/plaidml-dev * PlaidML is licensed under the Apache License 2.0Default Config Devices: No devices.Experimental Config Devices: opencl_intel_hd_graphics_5500.0 : Intel(R) Corporation Intel(R) HD Graphics 5500 (OpenCL) opencl_cpu.0 : Intel(R) Corporation CPU (OpenCL) llvm_cpu.0 : CPU (LLVM)Using experimental devices can cause poor performance, crashes, and other nastiness.Enable experimental device support? (y,n)[n]:yMultiple devices detected (You can override by setting PLAIDML_DEVICE_IDS). Please choose a default device:1 : opencl_intel_hd_graphics_5500.0 2 : opencl_cpu.0 3 : llvm_cpu.0Default device? (1,2,3)[1]:Selected device: opencl_intel_hd_graphics_5500.0Almost done. Multiplying some matrices... Tile code: function (B[X,Z], C[Z,Y]) -> (A) { A[x,y : X,Y] = +(B[x,z] * C[z,y]); } 0x00007FFB5C64927E (0x0000000000000000 0x0000000000000000 0x00000206D4DA1FE0 0x00000206D56D4430), vai_set_eventlog() + 0xEF288E bytes(s) 0x00007FFBA463D221 (0x00000206CB2792E0 0x00000000FFFFFFF5 0x0000000000000003 0x00000206D4DA2860), clGetDeviceIDsFromDX9MediaAdapterKHR() + 0x12021 bytes(s) 0x00007FFB765DF0F1 (0x0000000000000000 0x00000206D56DCBF0 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x1BB01 bytes(s) 0x00007FFB7664840B (0x00007FFB76991B90 0x0000000000000000 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x84E1B bytes(s) 0x00007FFB766485B2 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x84FC2 bytes(s) 0x00007FFBBB3A7974 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), BaseThreadInitThunk() + 0x14 bytes(s) 0x00007FFBBB6CA271 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), RtlUserThreadStart() + 0x21 bytes(s) PS C:\windows\system32> pip install plaidml-keras plaidbench Requirement already satisfied: plaidml-keras in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (0.6.3) Collecting plaidbench WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [WinError 10065] A socket operation was attempted to an unreachable host')': /simple/plaidbench/ Downloading https://files.pythonhosted.org/packages/d1/13/6f1ec82cc6d855844624d66e09a459ac2868ecf91980f3ccf5da0fd354b0/plaidbench-0.6.3-py2.py3-none-any.whl (10.1MB) |████████████████████████████████| 10.1MB 218kB/s Requirement already satisfied: six in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from plaidml-keras) (1.12.0) Requirement already satisfied: plaidml in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from plaidml-keras) (0.6.3) Requirement already satisfied: keras==2.2.4 in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from plaidml-keras) (2.2.4) Requirement already satisfied: h5py>=2.7.0 in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from plaidbench) (2.9.0) Requirement already satisfied: numpy in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from plaidbench) (1.16.4) Collecting click>=6.0.0 (from plaidbench) Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB) |████████████████████████████████| 81kB 5.1MB/s Collecting colorama (from plaidbench) Downloading https://files.pythonhosted.org/packages/4f/a6/728666f39bfff1719fc94c481890b2106837da9318031f71a8424b662e12/colorama-0.4.1-py2.py3-none-any.whl Requirement already satisfied: enum34>=1.1.6 in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from plaidbench) (1.1.6) Requirement already satisfied: cffi in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from plaidml->plaidml-keras) (1.12.3) Requirement already satisfied: keras-preprocessing>=1.0.5 in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from keras==2.2.4->plaidml-keras) (1.1.0) Requirement already satisfied: pyyaml in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from keras==2.2.4->plaidml-keras) (5.1.1) Requirement already satisfied: scipy>=0.14 in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from keras==2.2.4->plaidml-keras) (1.3.0) Requirement already satisfied: keras-applications>=1.0.6 in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from keras==2.2.4->plaidml-keras) (1.0.8) Requirement already satisfied: pycparser in c:\users\uidt8491\appdata\local\programs\python\python37\lib\site-packages (from cffi->plaidml->plaidml-keras) (2.19) Installing collected packages: click, colorama, plaidbench WARNING: RECORD line has more than three elements: ['plaidbench/golden/densenet121/infer', 'bs-1.npy', 'sha256=7CGeGdd5S738mkXZQRKRFH4RTPzICqynmr5ZC3gP5rE', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/densenet169/infer', 'bs-1.npy', 'sha256=uvBjqmJq6NeFI22eR2on-3USeWzHtBVt8hcKYdl_XHc', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/densenet201/infer', 'bs-1.npy', 'sha256=w_K0JxL6QsvYgfTyAWz_qnsEqsKY8f_jBcd5TP-8Xbs', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/imdb_lstm/infer', 'bs-1.npy', 'sha256=kZwFr8Rdd9lW_53Yoh5lukl7Z5sfLQc9FlVLFjdsyrw', '132'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/inception_resnet_v2/infer', 'bs-1.npy', 'sha256=zYh6hyzq5qgvapxbdJSphquuijIMppuDKdm1clBJ3Q4', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/inception_v3/infer', 'bs-1.npy', 'sha256=GTMtUhdmoNvNG2OCNjuU_JYtDMMpAeT302GFaMxRNqA', '4080'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/mobilenet/infer', 'bs-1.npy', 'sha256=nHq494i3JT4Lo5DwNPJDkfWMuGzUYaeF8hj0t3ebuMo', '4080'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/mobilenet/train', 'bs-1.npy', 'sha256=BZUZQZ6nqrxdvSkhOFMR0vqW_SuKEwQ9pnLV5QzhrlM', '88'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/mobilenet_v2/infer', 'bs-1.npy', 'sha256=JKu68eOdQSdNsyOaXqdaXvx6SzP7hHE_QlDpizni-Ps', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/nasnet_large/infer', 'bs-1.npy', 'sha256=YbhAj4Xly1qNP6W_nl-DX4Lym6eht5l_C7HJWlQ3XVM', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/nasnet_mobile/infer', 'bs-1.npy', 'sha256=Cv-k-A4QX3j8GPA51XKZLjTuhKIVthb51yV7I3x2G14', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/resnet50/infer', 'bs-1.npy', 'sha256=RvBwWIhODZeOVQxSt6T4BZFqZP_R-F29irVXemlsFg4', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/vgg16/infer', 'bs-1.npy', 'sha256=RteawCSelxRV9HgIF4Q8CQz9frfZSNF02y1_C63a56M', '4128'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/vgg19/infer', 'bs-1.npy', 'sha256=6Ycw_L4j0eSXvGrvGslzFCcAD32CcDX-5scYNAgO0f8', '4080'] WARNING: RECORD line has more than three elements: ['plaidbench/golden/xception/infer', 'bs-1.npy', 'sha256=U4wOaQOMEjI2PY3ykQHRVqQCdrI5FXc-OtkEAMZI0bo', '4080'] Successfully installed click-7.0 colorama-0.4.1 plaidbench-0.6.3 PS C:\windows\system32> plaidbench keras mobilenet Running 1024 examples with mobilenet, batch size 1, on backend plaid PlaidML is not configured. Run plaidml-setup. Set --print-stacktraces to see the entire traceback PS C:\windows\system32> plaidml-setupPlaidML Setup (0.6.3)Thanks for using PlaidML!Some Notes: * Bugs and other issues: https://github.com/plaidml/plaidml * Questions: https://stackoverflow.com/questions/tagged/plaidml * Say hello: https://groups.google.com/forum/#!forum/plaidml-dev * PlaidML is licensed under the Apache License 2.0Default Config Devices: No devices.Experimental Config Devices: opencl_intel_hd_graphics_5500.0 : Intel(R) Corporation Intel(R) HD Graphics 5500 (OpenCL) opencl_cpu.0 : Intel(R) Corporation CPU (OpenCL) llvm_cpu.0 : CPU (LLVM)Using experimental devices can cause poor performance, crashes, and other nastiness.Enable experimental device support? (y,n)[n]:yMultiple devices detected (You can override by setting PLAIDML_DEVICE_IDS). Please choose a default device:1 : opencl_intel_hd_graphics_5500.0 2 : opencl_cpu.0 3 : llvm_cpu.0Default device? (1,2,3)[1]:1Selected device: opencl_intel_hd_graphics_5500.0Almost done. Multiplying some matrices... Tile code: function (B[X,Z], C[Z,Y]) -> (A) { A[x,y : X,Y] = +(B[x,z] * C[z,y]); } 0x00007FFB5C64927E (0x0000000000000000 0x0000000000000000 0x000001F489FED560 0x000001F48A0FE8C0), vai_set_eventlog() + 0xEF288E bytes(s) 0x00007FFBA463D221 (0x000001F486415220 0x00000000FFFFFFF5 0x0000000000000003 0x000001F489FEEBE0), clGetDeviceIDsFromDX9MediaAdapterKHR() + 0x12021 bytes(s) 0x00007FFB7A67F0F1 (0x0000000000000000 0x000001F48A10E290 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x1BB01 bytes(s) 0x00007FFB7A6E840B (0x00007FFB7AA31B90 0x0000000000000000 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x84E1B bytes(s) 0x00007FFB7A6E85B2 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), clSetCommandQueueProperty() + 0x84FC2 bytes(s) 0x00007FFBBB3A7974 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), BaseThreadInitThunk() + 0x14 bytes(s) 0x00007FFBBB6CA271 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), RtlUserThreadStart() + 0x21 bytes(s) PS C:\windows\system32> plaidbench keras mobilenet Running 1024 examples with mobilenet, batch size 1, on backend plaid PlaidML is not configured. Run plaidml-setup. Set --print-stacktraces to see the entire traceback PS C:\windows\system32>


    推荐阅读