logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

github无法访问解决办法

遇到github无法访问时怎么办?可能是ip变了,可以通过刷新dns解决:打开cmd,输入ipconfig /flushdns:C:\Users\Admin>ipconfig /flushdnsWindows IP ConfigurationSuccessfully flushed the DNS Resolver Cache.特别注意不要通过历史记录进入github官网然后搜索github

#github#git
failed type inference due to: non-precise type pyobject

Compilation is falling back to object mode WITHOUT looplifting enabled because Function "***" failed type inference due to: non-precise type pyobject

#python
TypeError: only integer tensors of a single element can be converted to an index

在调整loss计算的时候遇到了TypeError: only integer tensors of a single element can be converted to an index这个问题,原来的计算公式为:self.loss_D = (self.loss_D_fake + self.loss_D_real) * 0.5调整后的公式为:# train.lcf[train.lcfC...

#神经网络#机器学习#深度学习
Kali Linux 2021壁纸

个人觉得比起前几年,Kali Linux 2021版的壁纸真的特别好看,那么这些壁纸存放在哪里呢?打开文件夹,进入Computer,进入文件系统File System进入usr文件夹进入share文件夹进入backgrounds文件夹壁纸就存在这三个文件夹里面啦...

#linux
Nodejs引入md5加密

用nodejs编写服务器时,时常用到md5加密,例如将密码加密交给数据库验证,那么如何在nodejs中引入md5加密呢?请看下文:目录0 新建项目1 安装md5-node2 引入md53 结果验证0 新建项目为了方便演示,我们首先用express新建一个项目:F:express nodejs_md5_democd nodejs_md5_demonpm installnpm start这时访问htt

#node.js
到底了