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
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
when I build, I get these errors: 1>C:\Users\User\Downloads\hdrnet-master\third_party\tensorflow\tensorflow/core/framework/full_type_util.h(22,10): fatal error C1083: Cannot open include file: 'tensorflow/core/framework/full_type.pb.h': No such file or directory
i.e. - tensorflow itself, in the last commit, has an include problem, inside op.h
note that I included the correct target_include_directories in cmakelists.txt. This can be seen here:
i,e - other includes are found correctly (no red underline...)
moreover, I noticed the people are using tensorflow_cc to compile the c++ api for tensorflow. Is that a better path to proceed to ?
please advice
The text was updated successfully, but these errors were encountered:
steps:
third_party\tensorflow
third_party\array
visual studio version:
16.6.1
when I build, I get these errors:
1>C:\Users\User\Downloads\hdrnet-master\third_party\tensorflow\tensorflow/core/framework/full_type_util.h(22,10): fatal error C1083: Cannot open include file: 'tensorflow/core/framework/full_type.pb.h': No such file or directory
i.e. - tensorflow itself, in the last commit, has an include problem, inside
op.h
note that I included the correct
target_include_directories
in cmakelists.txt. This can be seen here:i,e - other includes are found correctly (no red underline...)
moreover, I noticed the people are using
tensorflow_cc
to compile the c++ api for tensorflow. Is that a better path to proceed to ?please advice
The text was updated successfully, but these errors were encountered: