240 发简信
IP属地:江西
  • spark基础数据操作

    主要涉及 DataFrame 相关操作RDD相关操作[http://spark.apache.org/docs/latest/rdd-progr...

  • Resize,w 360,h 240
    windows下idea调试spark

      使用idea调试spark,主要是为了学习spark,使用local模式,不涉及spark的安装  参考:Window环境下使用Intell...

  • Resize,w 360,h 240
    Java调用Tensorflow-pb模型进行预测

    Java调用Tensorflow-pb模型进行预测 ​ 首先来看下官网给的例子,把环境先整明白, tf-java[https://www.t...

  • TF MirroredStrategy多GPU训练

      完整demo直接见最后​代码首先是用estimator来写的,看官网上用MirroredStrategy来进行多gpu训练,基本不用改原生代...

  • Tensorflow模型部署

    参考:  Tensorflow 模型线上部署[https://www.cnblogs.com/ustcwx/p/12768463.html]  ...

  • 将ckpt转成pb文件

    Estimator# 使用scaffold加载模型参数并导出模型model = tf.estimator.Estimator(model_fn=...

  • 基于 TF-Estimator 训练模型

    input_fn# 对 input_fn 进行一层包装是主要是为了传入数据,可直接定义input_fndef input_fn_build(da...

  • Tensorflow的分布式训练

    APItf.train.ClusterSpec Create a cluster from the parameter server an...

  • Resize,w 360,h 240
    Scala中的容器

    参考:docs.collections[https://docs.scala-lang.org/overviews/collections/ov...