Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to train a model in tensorflow using java

I am trying to find a tutorial which can help in train a image classification model in java. I should work same way we train model in python.

like image 716
Soumyajit Swain Avatar asked Sep 04 '17 05:09

Soumyajit Swain


People also ask

Can I use TensorFlow with Java?

TensorFlow Java can run on any JVM for building, training and deploying machine learning models. It supports both CPU and GPU execution, in graph or eager mode, and presents a rich API for using TensorFlow in a JVM environment.


1 Answers

Current version of Tensorflow (1.3) java API does not allow to train models, but allow to use pre-trained models only.

like image 144
Alexander Fedyukov Avatar answered Nov 01 '22 00:11

Alexander Fedyukov