Home > Back-end >  While reading position 0 x0000000000000018 tensorflow CPP VS2015 exception: access conflict
While reading position 0 x0000000000000018 tensorflow CPP VS2015 exception: access conflict

Time:09-21

An error occurred when debugging, the red line:
The local variable prompt: session 0 x000000001b982310 & lt; With information, not for tensorflow_cc. DLL loading any symbol & gt;
Then popup window: 0 x000007fe5fcd0a38 (tensorflow_cc. DLL) (located in test_0824. Exe) caused by abnormal:
0 xc0000005: while reading position 0 x0000000000000018 access conflict,

If there are suitable for this exception handler, the program will continue to run safely,

This is what is going wrong?

# include
#include
#include

using namespace std;
Using the namespace tensorflow;

Int main ()
{
The Session * Session;
the Status Status=NewSession (SessionOptions (), & amp; The session);
if (! The status. Ok ()) {
cout return 1;
}
cout <"The Session successfully created. \ n";
return 0;
}

CodePudding user response:

I also encountered this problem, do you here have to solve
  • Related