|
|
|
|
|
by nbeleski
2918 days ago
|
|
Interesting article. I've been doing some production work with ML and I was wondering which tool would work better in my specific enviroment. Currently I've been training a CNN model in Keras with good success, and using custom scripts to port it to a TensorFlow model. The .h5 file from Keras helps a lot with this step. Next step is compiling a shared Tensorflow library so I can deploy the trained model in C++ (project requirement) and this has been a pain in the ass, regardless of framework... |
|