- 博客(41)
- 收藏
- 关注
原创 针对论文要求段落行距为固定值时,段落中的mathtype公式显示不全or偏上or偏下的解决方法
word-学校格式正文文字20磅,会出现段落文字中的MathType公式显示不全
2025-03-07 16:14:32
352
原创 VSCode上远程调试代码出现的问题
真的是汗流浃背了,师妹叫帮忙如何在VSCode上远程调试代码,一些自己已经经历过的问题,现在已经忘记了。又在网上一顿搜索,这次记录下吧。2、因为跑模型环境过多,按F5是按照当前默认环境进行调试,你需要将默认的环境修改成你模型所需要的环境。2 、按F5调试,明明环境里面是存在该包的,但是调试终端界面总是出现:找不到该包。1 、将Linux终端默认修改成Bash。
2024-01-04 19:09:50
1080
1
原创 ssh_exchange_identification: Connection closed by remote hostfatal: Could not read from remote repo
ssh_exchange_identification: Connection closed by remote host fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists.
2023-05-13 11:00:24
685
原创 解决方法:RuntimeError: CUDA out of memory. Tried to allocate ... MiB
RuntimeError: CUDA out of memory. Tried to allocate 978.00 MiB (GPU 0; 15.90 GiB total capacity; 14.22 GiB already allocated; 167.88 MiB free; 14.99 GiB reserved in total by PyTorch)
2023-05-11 10:19:33
13248
原创 RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same
2023-05-08 11:09:38
830
原创 模型卷积层的特征图大小由[32,64,128,256,512]到[64,128,256,512,1024]会有什么区别?
模型卷积层的特征图大小由[32,64,128,256,512]到[64,128,256,512,1024]会有什么区别?
2023-05-04 09:22:55
523
原创 批量将多个文件里面的jpg/png/jpeg/txt/xml等等图片、文件转移到同一个文件夹下面
批量将多个文件里面的jpg/png/jpeg/txt/xml等等图片、文件转移到同一个文件夹下面
2023-05-02 16:03:30
512
转载 当作者源代码默认只使用0号gpu,但是我们自己想要使用其他的gpu时,应该怎么做?
当作者源代码默认只使用0号gpu,但是我们自己想要使用其他的gpu时,应该怎么做?
2023-04-12 19:22:42
1407
转载 在vscode 远程调试代码,有时候总是不经意的报导包的错误:No module named .....,并且文件夹里面也有__init__.py文件
在vscode 远程调试代码,有时候总是不经意的报导包的错误:No module named .....,并且文件夹里面也有__init__.py文件
2023-04-01 16:38:34
197
原创 Synapse数据集,将腹部多器官的标签单独提取出来,自成一个nii.gz格式文件,在这里一个原始标签文件可以提出13个器官子文件
Synapse数据集,将腹部多器官的标签单独提取出来,自成一个nii.gz格式文件,在这里一个原始标签文件可以提出13个器官子文件
2023-03-10 20:58:22
4115
25
原创 批量对.nii.gz文件进行解压操作,并保存,成功转换成.nii文件
批量对.nii.gz文件进行解压操作,并保存,成功转换成.nii文件niigz2nii
2023-02-17 20:36:14
2716
原创 import nrrdModuleNotFoundError: No module named ‘nrrd‘
import nrrdModuleNotFoundError: No module named 'nrrd'
2022-12-08 18:01:59
864
原创 FileNotFoundError: [Errno 2] No such file or directory: ‘/usr/local/cuda-10.2:/bin/nvcc‘
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda-10.2:/bin/nvcc'
2022-11-29 15:21:14
6395
原创 from batchgenerators.transforms import ComposeImportError: cannot import name ‘Compose‘ from ‘batch
from batchgenerators.transforms import ComposeImportError: cannot import name 'Compose' from 'batchgenerators.transforms' (/home/shiya.xu/anaconda3/envs/pyxsy/lib/python3.10/site-packages/batchgenerators/transforms/__init__.py)
2022-11-29 14:51:31
1298
原创 tar: invalid option -- ‘ ‘ Try `tar --help‘ or `tar --usage‘ for more information.
tar: invalid option -- ' ' Try `tar --help' or `tar --usage' for more information.
2022-11-28 20:24:52
5649
2
原创 AssertionError: The input shape (7, 7) is smaller than the window size (12). Please set `pad_smal...
AssertionError: The input shape (7, 7) is smaller than the window size (12). Please set `pad_small_map=True`, or decrease the `window_size`.
2022-11-24 10:15:43
369
1
原创 CSV多标签数据预处理+加上csv多标签转文件夹+ ISIC2018数据集分类预处理
CSV多标签数据预处理+加上csv多标签转文件夹+ISIC2018数据集分类预处理
2022-11-19 19:02:20
3650
11
原创 ERROR: Could not find a version that satisfies the requirement 各种包名 (from versions: none)...
ERROR: Could not find a version that satisfies the requirement 各种包名 (from versions: none)...
2022-11-02 19:20:31
2874
原创 关于<Deep_Neural_Networks_for_No-Reference_and_Full-Reference_Image_Quality_Assessment>模型(WaDIQaM)复现问题
关于模型(WaDIQaM)复现问题
2022-11-02 17:24:59
285
原创 远程连接主机的时候 , 报错:Failed to install the vs code server
远程连接主机的时候 , 报错:Failed to install the vs code server
2022-10-22 08:44:05
5514
4
原创 Vscode连接SSH远程服务器 + tensorboard使用(详细版)
Vscode连接SSH远程服务器 + tensorboard使用(详细版)
2022-10-17 20:59:15
6749
原创 解决CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’
解决IMPORTANT: You may need to close and restart your shell after running 'conda init'.
2022-10-01 13:58:39
1364
转载 在VScode中出现:‘DOSKEY‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。
在VScode中出现:'DOSKEY' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
2022-10-01 13:46:16
4904
1
A Fundus Image Dataset for Domain Generalization segmentation
2023-08-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人