https://github.com/tensorflow/java/issues/109 it seems tensorflow java give up to merge keras module.
here is a java developer, i used to using session/graph to load tf1 models generate by python. But when i turnto tf2, it drop the session/graph module, so i turn to use keras to trains models.
now i cannt find any java method on tensorflow/java to load the keras models, also i wonther why session/graph class still could be found on this project, which is drop by tf2 ??
i think there would be people like me, who just want to use java api to use tf2 models, but trains model by python.
appreciate for any help
https://github.com/tensorflow/java/issues/109 it seems tensorflow java give up to merge keras module.
here is a java developer, i used to using session/graph to load tf1 models generate by python. But when i turnto tf2, it drop the session/graph module, so i turn to use keras to trains models.
now i cannt find any java method on tensorflow/java to load the keras models, also i wonther why session/graph class still could be found on this project, which is drop by tf2 ??
i think there would be people like me, who just want to use java api to use tf2 models, but trains model by python.
appreciate for any help