问题解决记录集合

1.解决pytorch下载mnist等数据集速度过慢、失败问题:

https://blog.csdn.net/weixin_44414948/article/details/109756003?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-6.control&dist_request_id=b705e99f-81cd-4598-b8c9-3b0ac1668482&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-6.contr

https://blog.csdn.net/ftimes/article/details/104620689

2.conda安装pytorch下载速度过慢(Windows下)

https://blog.csdn.net/qq_41190856/article/details/95112942

3.Coursera视频无法播放的解决方法(包成功)

https://zhuanlan.zhihu.com/p/161843405

4.解决idea里面的plugins全部报红

https://blog.csdn.net/weixin_46455069/article/details/105592413

5.cmd中杀进程,释放被占用端口

查询进程:netstat –ano
终止进程:taskkill /pid xxx -f

6.sudo apt update 无法解析域名

https://www.cnblogs.com/ECJTUACM-873284962/p/11487273.html

7.解决git克隆失败–服务器证书验证失败

hadoop@hadoop-VirtualBox:~$ git clone https://gitee.目的地址
正克隆到 '目的地址'...
fatal: unable to access 'https://gitee.目的地址': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

#解决:::
hadoop@hadoop-VirtualBox:~$ git config --global http.sslverify false
hadoop@hadoop-VirtualBox:~$ git clone https://gitee.目的地址
正克隆到 '目的地址'...
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 4339 (delta 0), reused 0 (delta 0), pack-reused 4334
接收对象中: 100% (4339/4339), 10.04 MiB | 1.20 MiB/s, 完成.
处理 delta 中: 100% (2067/2067), 完成.
检查连接... 完成。

8.wget提示 要以不安全的方式连接至 dev.mysql.com,使用‘–no-check-certificate‘

在weget后添加 wget --no-check-certificate https://xxxx

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值