While building and execute sh make.sh, i got
/usr/bin/ld: cannot find -ltensorflow_framework
collect2: error: ld returned 1 exit status
From tensorflow github issues, i found that tensorflow_framework was removed. tensorflow/tensorflow#1569
Anyone knows how to deal with it? Thanks!