fpgasystems / spooNN

FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)
GNU Affero General Public License v3.0
261 stars 73 forks source link

Tensorflow Version #2

Closed jiangwx closed 6 years ago

jiangwx commented 6 years ago

I'm trying to re-implement your design by myself, in your guide, you mentioned "For training the CNN, you need to first install Tensorflow (https://www.tensorflow.org/install/)." Can you tell me the version of tensorflow?

kaankara commented 6 years ago

Hi, The version I last tested with is 1.8.0. It might work with newer versions as well, but has not been tested yet.