visual studio 2015 - Compiling custom Tensorflow Ops for Windows -


i'd compile custom tensorflow op both laptop (windows 7) , server (ubuntu). compilation windows seems bit tricky though. first step, i'm using example op https://github.com/davidstutz/tensorflow-cpp-op-example. downloaded source files repo , linked them in cmakelists.txt file. called cmake same flags in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/cmake. now, reason, when trying compile project in vs15 starts including eigen files empty except re-include of themselves.

any tips or ideas doing wrong?


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -