书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 144678 个相关结果.
  • Data

    Data: Ins and Outs Formats Deployment Input Data: Ins and Outs Data flows through Caffe as Blobs .Data layers load input and save output by converting to and from Blob to oth...
  • Data

    Data Meta Post types Default Post Types Menus Revisions Uploaded Files & Images Comments Terms and Taxonomies Options Transients Object Cache Data Overview Data The...
  • Data

    Data 开始 高级 Data 开始 在 组件基础 文章中,相信你已经了解了一些基础的添加数据的方法。如果你还没有学习过这篇教程,请完成学习后再来吧! 在组件基础这篇教程里,你只学到了如何添加 data 。那么,为什么要动态添加 data 呢? 其实很简单,因为模板是静态的,而数据是动态的。如果我们更改某一处数据,其实比更改模板简单得...
  • data

    data data 注意:该API仅支持【静态图】模式 paddle.fluid.layers. data (name, shape, append_batch_size=True, dtype='float32', lod_level=0, type=VarType.LOD_TENSOR, stop_gradient=True)[源代码] ...
  • Data

    Text data Backwards reverse_text [source] Numericalizing make_vocab [source] class TensorText [source] class LMTensorText [source] class Numericalize [source] ...
  • Data

    Vision data Helper functions get_grid [source] clip_remove_empty [source] bb_pad [source] TransformBlock s for visionImageBlock [source] MaskBlock [source] Point...
  • The Data

    383 2021-03-31 《The fastai book》
    The Data The Data Whenever we start working on a new problem, we always first try to think of the simplest dataset we can that will allow us to try out methods quickly and easi...
  • data

    data data paddle.fluid.data ( name, shape, dtype=’float32’, lod_level=0 ) [源代码] 该OP会在全局block中创建变量(Variable),该全局变量可被计算图中的算子(operator)访问。该变量可作为占位符用于数据输入。例如用执行器(Executor)feed数据...