You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very curious to know how you managed to build the 32-bit DLL for TensorFlow 1.8. I've been trying for several days, but ran into the problem that Eigen expects 32-bit integers for sizes, while TensorFlow makes use of int64. Please tell me how you fixed this.
The text was updated successfully, but these errors were encountered:
I am very curious to know how you managed to build the 32-bit DLL for TensorFlow 1.8. I've been trying for several days, but ran into the problem that Eigen expects 32-bit integers for sizes, while TensorFlow makes use of int64. Please tell me how you fixed this.
The text was updated successfully, but these errors were encountered: