weinman / cnn_lstm_ctc_ocr

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
GNU General Public License v3.0
498 stars 170 forks source link

Feature extraction using CNN #6

Closed sanakhamekhem closed 6 years ago

sanakhamekhem commented 6 years ago

Hi, I'm using this code to extract CNN features. So, I would like to ask about the variable containing features and how to convert it to a vector and save it to the disk. I'm using the file src/test.py

Thank you in advance for your help

weinman commented 6 years ago

OT. Try StackOverflow for help on using TensorFlow to accomplish this.