书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 838 个相关结果.
  • 数据类型信息

    数据类型信息 torch.finfo torch.iinfo 数据类型信息 译者:冯宝宝 可以通过torch.finfo 或 torch.iinfo 访问torch.dtype 的数字属性。 torch.finfo class torch . finfo torch.finfo 是一个用来表示浮点t...
  • 16 The Training Process

    683 2021-03-31 《The fastai book》
    The Training Process In [ ]: #hide ! pip install - Uqq fastbook import fastbook fastbook . setup_book () In [ ]: #hide from fastbook import * [[chapter_acc...
  • RoadMap

    Roadmap 2021 H1 核心框架 边缘List-Watch 云边自定义消息通道 稳定支持CloudCore多活 第三方CNI集成支持 第三方CSI集成支持 支持云端管理边缘群集 (aka. EdgeSite) 在边缘端支持 ingress/网关 可维护性 部署优化 边缘应用离线迁移时间自动化配置 体验良好的中文文档 IOT 设...
  • Data

    Tabular data class TabularDataLoaders [source] TabularDataLoaders.from_df [source] TabularDataLoaders.from_csv [source] Tabular data Helper functions to get data...
  • Support

    Support Levels of support Support from the Kubeflow community Support from providers in the Kubeflow ecosystem Support from a cloud or platform provider Other places to ask que...
  • RNN

    Callback for RNN training class ModelResetter [source] class RNNCallback [source] class RNNRegularizer [source] rnn_cbs [source] Callback for RNN training C...
  • Introduction

    Introduction Introduction Volcano is system for runnning high performance workloads onKubernetes. It provides a suite of mechanisms currently missing fromKubernetes that are co...
  • Support

    Support Levels of support Support from the Kubeflow community Support from providers in the Kubeflow ecosystem Support from a cloud or platform provider Other places to ask que...
  • Style Guide

    Jeremy’s notes on fastai coding style Style guide Symbol naming Layout Algorithms Other stuff Documentation FAQ Jeremy’s notes on fastai coding style This is a brief dis...
  • Our First Language Model from Scratch

    513 2021-03-31 《The fastai book》
    Our First Language Model from Scratch Our Language Model in PyTorch Our First Recurrent Neural Network Our First Language Model from Scratch One simple way to turn this into ...