logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python包(sys, json, yaml, copy以及阿里云镜像)安装过程中的一些坑

安装sys包pip install pysys不能直接用pip install sys,百度说是因为python版本的问题。这可以作为一个新思路,以后安装包再提示“找不到合适的版本”,就试一下在包名的前面加上py。2. 安装json包实验代码里写的是import json,但是直接pip install json却安装不上,后来发现下面的代码可以安装上.pip install simplejson

pytorch中cuda out of memory问题

在组会前一天遇到这个问题,试了各种解决办法都不可以,简直要疯辽,还等着实验结果做汇报呢……RuntimeError: CUDA out of memory. Tried to allocate 486.00 MiB (GPU 0; 10.73 GiB total capacity; 8.78 GiB already allocated; 23.62 MiB free; 1.07 GiB cache

#深度学习#python#bug
AnatomyNet: Deep Learning for Fast and Fully Automated Whole-volume Segmentation of Head and Neck An

AnatomyNet: Deep Learning for Fast and Fully Automated Whole-volume Segmentation of Head and Neck AnatomyAnatomyNet:用于快速和全自动全体积分割头颈部解剖结构的深度学习发表期刊:Medical Physics(医学3区)发表时间:2019年Abstract**Purpose: ** 放

DA-DSUnet: Dual Attention-based Dense SU-net for automatic headand-neck tumor segmentation in MRI im

DA-DSUnet: Dual Attention-based Dense SU-net for automatic headand-neck tumor segmentation in MRI imagesDA-DSUnet:基于双重注意力的Dense SUNet在MRI图像头颈部肿瘤自动分割中的应用期刊:Neurocomputing中科院SCI期刊分区:二区大类学科:计算机科学小类学科:计算机

#深度学习
Swin-Unet论文研读

Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation论文:https://arxiv.org/pdf/2105.05537.pdf代码:https://github.com/HuCaoFighting/Swin-Unet(应该是暂未开源)Abstract(摘要)在过去的几年里,卷积神经网络(CNNs)在医学图像分析

到底了