• 梦回温柔乡
    header_user_avatar
    登录

    梦回温柔乡

    疯狂造句中......

    莫贪几两钱 误了月儿圆

  • WeChat
  • qq
  • bilibili
  • cloudmusic
  • github
  • E-mail
  • 切换
  • torch

    post_img
    发布于 2022-04-16
    130 热度 无~ 技术交流

    torch之二维卷积层

    摘要

    二维卷积层 二维互相关运算 import torch from torch import nn print(torch.__ver …

    post_img
    发布于 2022-04-16
    121 热度 无~ 技术交流

    torch之gpu训练

    摘要

    GPU计算 !nvidia-smi # 对Linux/macOS用户有效 import torch from torch impo …

    post_img
    发布于 2022-04-16
    124 热度 无~ 技术交流

    torch之模型读写

    摘要

    读取和存储 import torch from torch import nn print(torch.__version__) …

    post_img
    发布于 2022-04-16
    121 热度 无~ 技术交流

    torch之自定义层

    摘要

    import torch from torch import nn print(torch.__version__) 1.11.0 …

    post_img
    发布于 2022-04-15
    990 热度 无~ 技术交流

    torch之模型参数

    摘要

    import torch from torch import nn from torch.nn import init print …

    post_img
    发布于 2022-04-15
    129 热度 无~ 技术交流

    torch模型构造的几种方法

    摘要

    import torch from torch import nn print(torch.__version__) 1.11.0 …

    post_img
    发布于 2022-04-15
    988 热度 无~ 技术交流

    torch之dropout

    摘要

    %matplotlib inline import torch import torch.nn as nn import nump …

    post_img
    发布于 2022-04-15
    987 热度 无~ 技术交流

    torch之权重衰减

    摘要

    权重衰减 %matplotlib inline import torch import torch.nn as nn import …

    post_img
    发布于 2022-04-15
    131 热度 无~ 技术交流

    模型选择、欠拟合和过拟合

    摘要

    多项式函数拟合实验 %matplotlib inline import torch import numpy as np impo …

    post_img
    发布于 2022-04-15
    983 热度 无~ 技术交流

    torch之多层感知机mlp

    摘要

    多层感知机 %matplotlib inline import torch import numpy as np import m …

    更早的文章
    loading_svg

    互联网ICP备案:浙ICP备2021031116号-1

    加载耗时 0.190 秒 | 查询 85 次 | 内存使用 20.93 MB
    Theme Sakurairo by Fuukei
    m-avatar