05 2022 档案

摘要:GoogLeNet 的图像分类 复制代码后依次运行下面命令 python3 net_model.py python3 train.py python3 test.py net_model.py import torch import torch.nn as nn import torch.nn.fu 阅读全文
posted @ 2022-05-17 02:13 2inf 阅读(71) 评论(0) 推荐(0)
摘要:vim set number syntax on "colorscheme industry set tabstop=4 set shiftwidth=4 set autoindent set expandtab set softtabstop=4 set cursorline autocmd fi 阅读全文
posted @ 2022-05-07 18:40 2inf 阅读(104) 评论(0) 推荐(0)