书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 814 个相关结果.
  • Serialization, Parallelism, Utilities

    序列化 排比 在本地禁用渐变计算 公用事业 序列化 译者:ApacheCN torch . save ( obj , f , pickle_module =< module 'pickle' from '/scratch/rzou/pt/release-env/lib/python3.7/pickle.py' >, p...
  • Auto Hyperparameter Tuning

    Auto Hyperparameter Tuning Katib The Paradox Untangle the Paradox Boosting Tree Models Deep Learning Models Trigger Hyperparameter Tuning The System Design From Submitter to ...
  • Introduction to Katib

    Introduction to Katib Beta Hyperparameters and hyperparameter tuning Neural architecture search Alpha version The Katib project Katib interfaces Katib concepts Experiment S...
  • 并行处理最佳实践

    多进程最佳实践 共享 CUDA 张量 最佳实践和提示 避免和处理死锁 通过 Queue 传递重用缓存 异步多进程训练(如Hogwild) Hogwild 多进程最佳实践 译者:cvley torch.multiprocessing 是 Python 的 multiprocessing 的直接替代模块。它支持完全相同的操作...
  • Lite 预测流程

    Lite 预测流程 更多测试工具 Lite 预测流程 Lite是一种轻量级、灵活性强、易于扩展的高性能的深度学习预测框架,它可以支持诸如ARM、OpenCL、NPU等等多种终端,同时拥有强大的图优化及预测加速能力。如果您希望将Lite框架集成到自己的项目中,那么只需要如下几步简单操作即可。 一. 准备模型 Paddle-Lite框架直接支...
  • Tensor Attributes

    Tensor(张量)的属性 torch.dtype torch.device torch.layout Tensor(张量)的属性 译者:阿远 每个 torch.Tensor 对象都有以下几个属性: torch.dtype , torch.device , 和 torch.layout 。 torch.dtype cla...
  • Search Similar Images

    Search Similar Images Pre-requisites Build the Flow Index Query Flow Overview Insights Putting it all together in a Flow Start the Flow and Index data Query from Python Re...
  • 多进程最佳实践

    2981 2018-04-07 《PyTorch中文文档》
    多进程最佳实践 共享CUDA张量 最佳实践和提示 避免和抵制死锁 重用经过队列的缓冲区 异步多进程训练(例如Hogwild) Hogwild 多进程最佳实践 torch.multiprocessing 是Pythonmultiprocessing 的替代品。它支持完全相同的操作,但扩展了它以便通过multiprocessing.Queue...
  • Chapter 8.用于自然语言处理的高级 Sequence

    Chapter 8. Advanced Sequence Modeling for Natural Language Processing Sequence-to-Sequence Models, Encoder–Decoder Models, and Conditioned Generation Capturing More from a Sequenc...