摘要:
`package com.IO.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp 阅读全文
摘要:
实现图书的入库,查询,更新,读者的借阅和还书的图书管理系统 1 #include <iostream> 2 #include <cstring> 3 #include<cstdio> 4 #include<windows.h> 5 #include "xiaa.h" 6 using namespac 阅读全文
摘要:
本程序可实现记录的输入,输出,查找,修改,文件存储,文件打开的功能。 1 1 #include<stdio.h> 2 #include<string.h> 3 #include<stack> 4 #include<string.h> 5 #include<queue> 6 #include<algo 阅读全文
摘要:
win+R,输入mstsc即可打开远程桌面连接窗口 阅读全文
摘要:
点击查看代码 import argparse import os import numpy as np import torch import torch.nn as nn import torchvision.transforms as transforms from torch.autograd 阅读全文
摘要:
友情链接 阅读全文
摘要:
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio cudatoolkit=11.3 阅读全文
摘要:
L1=plt.legend(['ManyShot','FewShot'],loc='upper left') #保存为L1 plt.legend(['ManyShot','FewShot'],loc='upper left') plt.gca().add_artist(L1)# 添加L1 阅读全文
摘要:
transform = transforms.Compose([ transforms.ToTensor(), transforms.Lambda(lambda x: x.repeat(3,1,1)), #添加这行 transforms.Normalize(mean=(0.5, 0.5, 0.5), 阅读全文