美文网首页
pytorch模型加载与保存

pytorch模型加载与保存

作者: 空谷幽兰_c411 | 来源:发表于2020-03-25 08:17 被阅读0次

    pytorch模型训练流程

    1. 配置超参数: epoch,learning_rate
    2. 构建数据集:训练集,验证集,测试集。
      并构建相应的data_loader
      3.搭建模型:继承nn.Module,编写init方法和forword方法
    3. 配置损失函数,优化器
    4. 搭建训练过程和测试过程例程
    5. 运行main训练

    相关文章

      网友评论

          本文标题:pytorch模型加载与保存

          本文链接:https://www.haomeiwen.com/subject/eqozyhtx.html