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

    440 2021-03-31 《The fastai book》
    Learner Callbacks Scheduling the Learning Rate Learner We have data, a model, and a loss function; we only need one more thing we can fit a model, and that’s an optimizer! He...
  • Learner

    Learner for the vision applications Cut a pretrained model has_pool_type [source] create_body [source] Head and model create_head [source] default_split [source] crea...
  • text.data

    text.data NLP datasets Quickly assemble your data class TextLMDataBunch [source] [test] create [source] [test] class TextClasDataBunch [source] [test] create [source] ...
  • Collab

    Collaborative filtering Gather the data class TabularCollab [source] class CollabDataLoaders [source] CollabDataLoaders.from_df [source] CollabDataLoaders.from_csv [so...
  • Categorical Embeddings

    724 2021-03-31 《The fastai book》
    Categorical Embeddings Categorical Embeddings In tabular data some columns may contain numerical data, like “age,” while others contain string values, like “sex.” The numerical...
  • The Magic of Convolutions

    519 2021-03-31 《The fastai book》
    The Magic of Convolutions Mapping a Convolution Kernel Convolutions in PyTorch Strides and Padding Understanding the Convolution Equations The Magic of Convolutions One of ...
  • Memory Management

    utils.mem Memory management utils gpu_mem_get [source] [test] gpu_mem_get_all [source] [test] gpu_mem_get_free [source] [test] gpu_mem_get_free_no_cache [source] [test] ...
  • DataLoader

    Title DataLoader helpers fa_collate [source] fa_convert [source] class SkipItemException [source] class DataLoader [source] Title /usr/ local / lib / python...
  • 对话接口

    对话接口 发起对话 请求 响应 使用案例 对话接口 FastGPT OpenAPI 对话接口 发起对话 🤖 该接口的 API Key 需使用应用特定的 key ,否则会报错。 有些包调用时,BaseUrl 需要添加v1 路径,有些不需要,如果出现404情况,可补充v1 重试。 对话接口兼容GPT 的接口!如果你的项目使用的是标准的GP...
  • First Try: Pixel Similarity

    638 2021-03-31 《The fastai book》
    First Try: Pixel Similarity NumPy Arrays and PyTorch Tensors First Try: Pixel Similarity So, here is a first idea: how about we find the average pixel value for every pixel of...