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

    Title DataLoader helpers fa_collate [source] fa_convert [source] class SkipItemException [source] class DataLoader [source] Title /usr/ local / lib / python...
  • AWD LSTM

    AWD-LSTM Basic NLP modules dropout_mask [source] class RNNDropout [source] class WeightDropout [source] class EmbeddingDropout [source] class AWD_LSTM [source] a...
  • SQLFlow: Code Walkthrough

    1237 2019-06-26 《SQLFlow Document》
    SQLFlow: Code Walkthrough User Experience System Implementation SQLFlow as a gRPC Server SQLFlow in the gRPC Server Minimal Viable Product Extensibility Job Management S...
  • PyTorchJob v1beta2

    PyTorchJob v1beta2 PyTorchJob Feedback PyTorchJob v1beta2 Reference documentation for version v1beta2 of the PytorchJob custom resource. PyTorchJob Reference documentatio...
  • Module and Parameter

    583 2021-03-31 《The fastai book》
    Module and Parameter Simple CNN Module and Parameter To create a model, we’ll need Module . To create Module , we’ll need Parameter , so let’s start there. Recall that in <> w...
  • Packaging

    Making a Release Project Release Process Overview One Time Preparation Pre-Release Process Quick Release Process Step-by-step Release Process Backporting release Branch To mast...
  • Cross-Entropy Loss

    635 2021-03-31 《The fastai book》
    Cross-Entropy Loss Viewing Activations and Labels Softmax Log Likelihood Taking the Log Cross-Entropy Loss Cross-entropy loss is a loss function that is similar to the one ...
  • NLP From Scratch: 使用char-RNN对姓氏进行分类

    NLP From Scratch:使用char-RNN对姓氏进行分类 准备数据 将姓氏转化为张量 创建网络 训练 准备训练 网络训练 绘制结果 评价结果 运行用户输入 练习 NLP From Scratch:使用char-RNN对姓氏进行分类 作者:Sean Robertson 译者:松鼠 校验:松鼠 、Aidol ...