• 梦回温柔乡
    header_user_avatar
    登录

    梦回温柔乡

    疯狂造句中......

    莫贪几两钱 误了月儿圆

  • WeChat
  • qq
  • bilibili
  • cloudmusic
  • github
  • E-mail
  • 切换
  • 技术交流

    计算机相关技术分享

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

    torch之深度卷积神经网络AlexNet

    摘要

    深度卷积神经网络(AlexNet) import time import torch from torch import nn, …

    post_img
    发布于 2022-04-17
    137 热度 无~ 技术交流

    torch之卷积神经网络CNN

    摘要

    卷积神经网络(LeNet) import os import time import torch from torch impor …

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

    torch之多通道与池化

    摘要

    多输入通道和多输出通道 多输入通道 import torch from torch import nn import sys sy …

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

    torch之二维卷积层

    摘要

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

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

    torch之gpu训练

    摘要

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

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

    torch之模型读写

    摘要

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

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

    torch之自定义层

    摘要

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

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

    torch之模型参数

    摘要

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

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

    torch模型构造的几种方法

    摘要

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

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

    torch之dropout

    摘要

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

    更早的文章
    loading_svg

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

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