摘要: 2023.6.11 上午 sudo apt install docker-io //安装 systemctl status docker //查看运行状态 sudo docker run hello-world //测试 为学习操作系统做准备,在docker中运行 docker安装以下 nasm g 阅读全文
posted @ 2023-06-11 10:40 快传万家 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、下载anaconda的安装包,下载源选择的清华镜像,选择自己需要的版本进行下载。此次下载是python3.7 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.10-Linux-x86_64.sh 阅读全文
posted @ 2020-07-01 17:38 快传万家 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 一、学习xgboost比较好的博客 模型基础理论知识:https://www.jianshu.com/p/7467e616f227 模型调优:https://www.cnblogs.com/lvpengbo/p/8822318.html 二、模型中问题整理 1.模型目标函数中为什么要加入叶子节点值( 阅读全文
posted @ 2020-04-21 23:41 快传万家 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 安装完anaconda后,想在mac下安装pytorch,但是在用官网提供的安装方法一直安装不上pytorch和torchvision,估计是被墙了 conda install pytorch torchvision -c pytorch 所以我用到清华的镜像站找到了pytorch和torchvis 阅读全文
posted @ 2019-12-09 23:37 快传万家 阅读(2149) 评论(0) 推荐(0) 编辑
摘要: cs224n 斯坦福网址,里面包含讲课视频,ppt,代码,学习完后做一个问答系统 http://web.stanford.edu/class/cs224n/index.html 下载anaconda,里面包含python和python第三方的包,pytorch https://repo.anacon 阅读全文
posted @ 2019-11-27 21:53 快传万家 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://www.sdifenzhou.com/dreamweaver-cs6-mac.html 阅读全文
posted @ 2016-12-25 20:27 快传万家 阅读(161) 评论(0) 推荐(0) 编辑
摘要: cmd 命令 D:\sdk\platform-tools>adb connect 127.0.0.1:21503 阅读全文
posted @ 2016-12-20 21:38 快传万家 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: Docker是一个开源软件,它可以把一个Linux应用和它所依赖的一切(比如配置文件)都封装到一个容器。然而,Docker与虚拟机不同,它使用了沙箱机制,Docker容器不运行操作系统,它共享主机上的操作系统。下面我将在Ubuntu 14.04安装和使用Docker。Docker使得在同一个服务器上 阅读全文
posted @ 2016-12-08 12:43 快传万家 阅读(422) 评论(0) 推荐(0) 编辑
摘要: I recently got Selenium, Google Chrome, and ChromeDriver installed and working on a DigitalOcean instance running 64-bit Ubuntu 14.04. Here’s how: Fir 阅读全文
posted @ 2016-12-05 20:23 快传万家 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 输入六行后出现全文。 输入超过200个字变成一行,点击才能查看。 如何输入空行,输入回车+空格,就有空行了。 阅读全文
posted @ 2016-11-26 23:34 快传万家 阅读(4627) 评论(0) 推荐(0) 编辑