自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(28)
  • 收藏
  • 关注

原创 LaTex公式表格简单写作

overleaf网址:Overleaf, Online LaTeX EditorLaTex公式编辑器链接:在线LaTeX公式编辑器-编辑器LaTex表格编辑器链接:Create LaTeX tables online – TablesGenerator.comIEEE 模版选择器:https://template-selector.ieee.org/secure/templateSelector/publicationType

2024-08-22 11:50:56 271

原创 GitHub上传大文件

点击右侧Releases点击Draft a new release 创建标签,将文件拖动到上传区域,然后publish即可

2024-08-22 11:28:08 270

原创 (转载)windows + anaconda + pycharm + nvidia + cuda + cudnn + pytorch 安装教程

下载之后,解压缩,将CUDNN压缩包里面的bin、include、lib文件直接复制到CUDA的安装目录下(C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2)。操作:右下角NVIDIA —— 右键 —— NVIDIA控制面板 —— 系统信息 —— 组件。操作:开始 —— 右键 —— 设备管理器 —— 显示适配器。去CUDNN官网下载cuda10.2版本对应的cudnn。去CUDA官网下载cuda10.2版本。按照安装提示默认安装即可。

2024-04-22 16:48:32 639 1

原创 下载ImageNet 2012 数据集(ILSVRC2012),解压归类的简单操作

导航到脚本所在的目录: 使用cd命令,将终端的当前工作目录更改为包含 extract_ILSVRC.sh 文件的目录。完成以上操作后,train和val文件夹就处理好啦 > -

2024-03-11 17:51:59 1887 5

原创 制作数据集图例

【代码】制作数据集图例。

2023-11-07 20:15:51 164

原创 MAC复制文件问题:复制(包含相同文件名的)文件

复制一个文件夹及其所有子文件夹中的文件,并且要保留相同的文件名但避免文件名冲突。

2023-09-08 18:07:53 414

原创 Ubuntu 安装 conda

ubuntu 安装conda

2023-07-20 21:12:02 12205

原创 FMNIST

FMNIST

2023-07-01 15:42:59 377

原创 KMNIST

KMNIST

2023-07-01 15:29:12 228

原创 The Street View House Numbers (SVHN) Dataset

Cropped Digits .mat 转png。

2023-07-01 11:39:21 262

原创 黑白盒 对抗扰动攻击方法 现成调用库 Attacks Toolbox

Attacks Toolbox

2023-06-18 16:39:21 698 1

转载 Python画图plt的 text()方法的使用

https://blog.csdn.net/u011808596/article/details/121336096?spm=1001.2014.3001.5506

2023-03-29 10:35:13 2956

转载 torch.cuda.is_available()返回false——解决办法

torch.cuda.is_available()返回false——解决办法

2023-03-28 11:33:47 227

转载 【安装库】WARNING: A newer version of conda exists.

(119条消息) 【安装库】WARNING: A newer version of conda exists._一拳Marx的博客-CSDN博客

2023-03-17 12:17:46 2550

原创 【生成数据集csv文件,第一列为路径,第二列为label】

生成数据集csv文件

2023-03-13 17:39:18 414

原创 Python统计数据集文件数

Python统计文件夹下各个子目录中的文件个数

2023-01-26 00:19:12 1629

原创 if init_pred.item() != target.item(): ValueError: only one element tensors can be converted to Pytho

if init_pred.item() != target.item(): ValueError: only one element tensors can be converted to Python

2022-11-14 11:49:32 382

原创 MAC+pycharm环境(已配好)安装opencv-python

MAC+pycharm环境(已配好)安装opencv-python

2022-10-11 17:03:34 1537

原创 No module named ‘scipy.integrate‘; ‘scipy‘ is not a packageNo module named ‘scipy.integrate‘; ‘scipy

No module named 'scipy.integrate'; 'scipy' is not a packageNo module named 'scipy.integrate'; 'scipy' is not a package

2022-10-08 10:35:49 731

原创 已成功配置GPU 的MAC-成功解决torch.load with map_location=torch.device(“cpu”) to map your storages to the CPU

成功解决torch.load with map_location=torch.device(“cpu”) to map your storages to the CPU

2022-10-03 11:51:00 834 1

原创 invalid literal for int() with base 10: ‘.DS_Store‘如何删除 DS_Store 文件

invalid literal for int() with base 10: '.DS_Store'

2022-10-02 01:19:13 734

原创 Pytorch Mac GPU 训练与测评

Pytorch Mac GPU 训练与测评

2022-10-01 13:13:26 1448

转载 Windows-python下numpy不成功

https://www.zhihu.com/question/29521273/answer/45914661

2022-09-30 01:56:44 92

原创 GPU + MAC M1 +Py Torch

GPU MAC M1 PyTorch

2022-09-28 15:12:25 647

原创 Input 0 of layer sequential is incompatible with the layer

Input 0 of layer sequential is incompatible with the layer: expected axis -1 of input shape to have value 3 but received input with shape (None, 48, 48, 4)

2022-09-28 11:43:21 1568

原创 python-ppm图像数据集转jpg

数据集格式转换

2022-09-06 11:23:06 672 3

原创 python-返回数据集路径,并计算数据集mean、std

返回数据集路径

2022-09-05 10:01:54 363

原创 [py,mse] = svmpredict(y,x,model) py为空

[py,mse] = svmpredict(y,x,model) py为空![Alt][py,mse] = svmpredict(y,x,model)改成[py,mse,decision_values] = svmpredict(y,x,model)即可运行成功啦,多加一个参数。居中的图片: 居中并且带尺寸的图片: 当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。如何插入一段漂亮的代码片去博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.// An highlig

2020-08-02 10:27:37 303

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除