logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决linux系统网络时常断开的问题

在使用双系统的linux系统时,经常出现网络断开,不能连接网络的现象。可能是因为IPv6的设置问题。现解决如下:连上无线后(不能连接无线,可以重启一下试试,也可按照之前的博客操作),点击无线图标,选择“编辑连接”,点击现在连的无线,点击“编辑”。点击“IPv6设置”,“方法”选择“忽略”。如下图:然后点击“IPv4设置”,勾选“需要IPv4地址完成这个连接”,如下图:...

(已经解决)在做深度学习分类时或者其他应用出现RuntimeError:Input type and weight type should be the same。

RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same.已经解决显示这里有错误:model = nn.Sequential(*list(trained_model.children())[:-1], #[b, 512, 1, 1]取前1...

用PyTorch做深度学习-打开visdom

如果要使用visdom,需要再终端打开visdom:python -m visdom.server点击出现的链接,会跳转进入浏览器,在浏览器中观察过程和结果。注意:在使用visdom前,一定要先打开visdom。...

深度学习初学者推荐&怎么在本地完成CS231n课程作业-配置环境

近期学习cs231n课程,并准备做作业,整理一下整个过程以防忘记。也许会出一个系列。课程推荐:喜欢看视频的可看下面两个链接之一:1、https://cloud.tencent.com/edu/learning/course-1039-6902、https://www.bilibili.com/video/av13260183/#page=1喜欢看文字的推荐看下面系列:网页:斯坦福大学...

机器学习实战:在运行逻辑回归代码时出现TypeError: ‘range‘ object doesn‘t support item deletion

在运行第五章逻辑回归的代码时def stocGradAscent1(dataMatrix, classLabels, numIter=150):m,n = shape(dataMatrix)weights = ones(n)#initialize to all onesfor j in range(numIter):dataIndex = range(m)for i in range(m):出现错

【持续更新】一些含金量高的机器学习/深度学习比赛网站

一些含金量高的机器学习/深度学习比赛网站,对于校招或者实习招工的人,需要有一些拿得出手的项目,不妨去打比赛。下面网站是常用的含金量高的网站,特别是Kaggle,推荐去打比赛,了解下项目。

文章图片
#机器学习#深度学习#人工智能 +1
【持续更新】一些含金量高的机器学习/深度学习比赛网站

一些含金量高的机器学习/深度学习比赛网站,对于校招或者实习招工的人,需要有一些拿得出手的项目,不妨去打比赛。下面网站是常用的含金量高的网站,特别是Kaggle,推荐去打比赛,了解下项目。

文章图片
#机器学习#深度学习#人工智能 +1
(已经解决)在做深度学习分类时或者其他应用出现RuntimeError:Input type and weight type should be the same。

RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same.已经解决显示这里有错误:model = nn.Sequential(*list(trained_model.children())[:-1], #[b, 512, 1, 1]取前1...

(已经解决)在做深度学习分类时或者其他应用出现RuntimeError:Input type and weight type should be the same。

RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same.已经解决显示这里有错误:model = nn.Sequential(*list(trained_model.children())[:-1], #[b, 512, 1, 1]取前1...

深度学习之在用pytorch加载数据或者数据预处理遇到错误:ValueError: Unknown resampling filter

错误:ValueError: Unknown resampling filter (224). Use Image.NEAREST (0), Image.LANCZOS (1), Image.BILINEAR (2), Image.BICUBIC (3), Image.BOX (4) or Image.HAMMING (5)解决办法:变成:tf = transforms.Compose([...

    共 15 条
  • 1
  • 2
  • 请选择