主要涉及 DataFrame 相关操作RDD相关操作[http://spark.apache.org/docs/latest/rdd-progr...
使用idea调试spark,主要是为了学习spark,使用local模式,不涉及spark的安装 参考:Window环境下使用Intell...
Java调用Tensorflow-pb模型进行预测 首先来看下官网给的例子,把环境先整明白, tf-java[https://www.t...
完整demo直接见最后代码首先是用estimator来写的,看官网上用MirroredStrategy来进行多gpu训练,基本不用改原生代...
参考: Tensorflow 模型线上部署[https://www.cnblogs.com/ustcwx/p/12768463.html] ...
Estimator# 使用scaffold加载模型参数并导出模型model = tf.estimator.Estimator(model_fn=...
input_fn# 对 input_fn 进行一层包装是主要是为了传入数据,可直接定义input_fndef input_fn_build(da...
APItf.train.ClusterSpec Create a cluster from the parameter server an...
参考:docs.collections[https://docs.scala-lang.org/overviews/collections/ov...