tensorflow-windows-wheel
tensorflow-windows-wheel copied to clipboard
tensorflow-1.10.0 cannot use NewSession() function successfully. please help me
dear friend, when i use the API of TensorFlow-1.10.0,debug the NewSession() function, but occurred a problem follows,
0x000007FEDD5183F8 (tensorflow.dll)处(位于 Tensorflow_C++.exe 中)引发的异常: 0xC0000005: 读取位置 0x0000000000000018 时发生访问冲突。
如有适用于此异常的处理程序,该程序便可安全地继续运行。
i have no idea, when i compile the TensorFlow-1.10.0 by myself, i will face the same problem. except when i download TensorFlow-1.8.0,from network, compiled by someone, the lib can use successfully. i noticed that the size of lib is 134M, greater than the lib of yours. so why? please help me , thank you.
and why are these TensorFlow-1.8.0 and TensorFlow-1.9.0 empty ? there are no any files in package
@douya123456 Using cmake to build cpp lib is broken after tensorflow 1.9. Please use https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.8.0/cpp or follow #71
This repo's binary didn't contain cuda sass code, PTX only. It will reduce the file size.
thanks , friend . i will try again
------------------ 原始邮件 ------------------ 发件人: "fo40225"[email protected]; 发送时间: 2019年6月28日(星期五) 上午10:01 收件人: "fo40225/tensorflow-windows-wheel"[email protected]; 抄送: "924510059"[email protected]; "Mention"[email protected]; 主题: Re: [fo40225/tensorflow-windows-wheel] tensorflow-1.10.0 cannot useNewSession() function successfully. please help me (#89)
@douya123456 Using cmake to build cpp lib is broken after tensorflow 1.9. Please use https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.8.0/cpp or follow #71
This repo's binary didn't contain cuda sass code, PTX only. It will reduce the file size.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@douya123456 I have the same problem as you,Have you solved it? It doesn't work ,use https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.8.0/cpp
@jun20061588 these lib are compiled by release x64 compiler. you should ensure that the current project is set release x64 model, when you use the lib
thanks , release x64 ,It works
dear friend, when i use the API of TensorFlow-1.10.0,debug the NewSession() function, but occurred a problem follows,
0x000007FEDD5183F8 (tensorflow.dll)处(位于 Tensorflow_C++.exe 中)引发的异常: 0xC0000005: 读取位置 0x0000000000000018 时发生访问冲突。
如有适用于此异常的处理程序,该程序便可安全地继续运行。
i have no idea, when i compile the TensorFlow-1.10.0 by myself, i will face the same problem. except when i download TensorFlow-1.8.0,from network, compiled by someone, the lib can use successfully. i noticed that the size of lib is 134M, greater than the lib of yours. so why? please help me , thank you.
I have same problem, and I have no idea too.