Bevan Collins
Results
2
comments of
Bevan Collins
> changing line 5 in keras2cpp.py to the following line has removed the tuple error. > > `from tensorflow.keras.layers import (` the above didn't work for me but this did:...
you have to enable C++17. In VisualStudio, under project > Properties > C/C++ > Language > C++ Language Standard. Or set the compile option /std:c++17