ehw-fit / tf-approximate

Approximate layers - TensorFlow extension
MIT License
26 stars 10 forks source link

tf1 compiling error #17

Closed MicheleCannizzaro closed 2 years ago

MicheleCannizzaro commented 2 years ago

Hi, my name is Michele, thanks for your open-source code. I was looking for a solution for a project and the tf1 library seems to be a great one. Unfortunately, I encountered some problems compiling the library:

axqconv.so: axqconv.cc axmult.cc axmult.h approximate_selector.h g++ -std=c++14 -Wno-ignored-attributes -Wno-deprecated-declarations -shared $(filter-out %.h, $^) -o $@ -fPIC ${TF_CFLAGS} ${TF_LFLAGS} -O2


- I obtained these errors while compiling:
[https://pastebin.com/psELQLQd](url)

Could you help me? :)
MicheleCannizzaro commented 2 years ago

Forcing to use Tensorflow 1.14 solved the problem.