摘要: `package com.IO.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp 阅读全文
posted @ 2022-10-18 09:16 sdibt布谷鸟 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 实现图书的入库,查询,更新,读者的借阅和还书的图书管理系统 1 #include <iostream> 2 #include <cstring> 3 #include<cstdio> 4 #include<windows.h> 5 #include "xiaa.h" 6 using namespac 阅读全文
posted @ 2019-06-17 19:01 sdibt布谷鸟 阅读(705) 评论(0) 推荐(0) 编辑
摘要: 本程序可实现记录的输入,输出,查找,修改,文件存储,文件打开的功能。 1 1 #include<stdio.h> 2 #include<string.h> 3 #include<stack> 4 #include<string.h> 5 #include<queue> 6 #include<algo 阅读全文
posted @ 2018-07-05 21:19 sdibt布谷鸟 阅读(1909) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 import argparse import os import numpy as np import torch import torch.nn as nn import torchvision.transforms as transforms from torch.autograd 阅读全文
posted @ 2022-11-20 18:39 sdibt布谷鸟 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 友情链接 阅读全文
posted @ 2022-11-13 16:13 sdibt布谷鸟 阅读(103) 评论(0) 推荐(0) 编辑
摘要: conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio cudatoolkit=11.3 阅读全文
posted @ 2022-11-09 08:54 sdibt布谷鸟 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 友情链接 阅读全文
posted @ 2022-11-07 10:42 sdibt布谷鸟 阅读(4) 评论(0) 推荐(0) 编辑
摘要: L1=plt.legend(['ManyShot','FewShot'],loc='upper left') #保存为L1 plt.legend(['ManyShot','FewShot'],loc='upper left') plt.gca().add_artist(L1)# 添加L1 阅读全文
posted @ 2022-11-05 10:55 sdibt布谷鸟 阅读(108) 评论(0) 推荐(0) 编辑
摘要: transform = transforms.Compose([ transforms.ToTensor(), transforms.Lambda(lambda x: x.repeat(3,1,1)), #添加这行 transforms.Normalize(mean=(0.5, 0.5, 0.5), 阅读全文
posted @ 2022-10-28 19:17 sdibt布谷鸟 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 知乎链接 阅读全文
posted @ 2022-10-24 17:27 sdibt布谷鸟 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 <template> <div id="app"> <router-view /> </div> </template> <script> export default { name: 'App' } </script> <style lang="scss"> ::-webkit-sc 阅读全文
posted @ 2022-10-24 11:26 sdibt布谷鸟 阅读(184) 评论(0) 推荐(0) 编辑
摘要: git config --global credential.helper store git pull /git push (第一次输入,下次就不用再次输入数据) 阅读全文
posted @ 2022-10-24 11:05 sdibt布谷鸟 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 友情链接,亲测有效 阅读全文
posted @ 2022-10-24 10:08 sdibt布谷鸟 阅读(439) 评论(0) 推荐(0) 编辑