tensorflow-windows-wheel icon indicating copy to clipboard operation
tensorflow-windows-wheel copied to clipboard

tensorflow-1.10.0 cannot use NewSession() function successfully. please help me

Open douya123456 opened this issue 5 years ago • 7 comments

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.

douya123456 avatar Jun 28 '19 01:06 douya123456

and why are these TensorFlow-1.8.0 and TensorFlow-1.9.0 empty ? there are no any files in package

douya123456 avatar Jun 28 '19 01:06 douya123456

@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.

fo40225 avatar Jun 28 '19 02:06 fo40225

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 avatar Jun 28 '19 02:06 douya123456

@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 avatar Jul 10 '19 03:07 jun20061588

@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

douya123456 avatar Jul 10 '19 03:07 douya123456

thanks , release x64 ,It works

jun20061588 avatar Jul 10 '19 03:07 jun20061588

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.

winner0zkx avatar Jun 18 '22 16:06 winner0zkx