实习接触了gitlab,遂记录项目拉取及提交的过程,方便自己查看。 一.创建分支 首先登陆gitlab,进入你要拉取的项目. 点击Branches
标题 1.使用=和_标记一级和二级标题 一级标题 ======= 二级标题 ——————— 2.使用#号 # 一级标题 ## 二级标题 ### 三级标题 段落 换行:两个以上的空格加回车
pyplot简介 matplotlib.pyplot是一个类似于MATLAB风格的的命令行式函数的集合。每一个pyplot函数都是在一个Fig
在跑完mnist的KNN分类后,跑的挺慢,突然想有没有GPU的numpy的呢,上网查了查,才知道原生的numpy没有实现(不应该啊。。。),
google_images_download是GitHub上拥有3000+ star的项目,最近自己在跑一些网络,需要一些数据,网络上也有一些
预测结果输出one-hot类型,最大概率的下标即为对于类别号 0: 'tench, Tinca tinca', 丁鲷(鱼) 1: 'goldfish, Carassius auratus', 金鱼,鲫鱼 2: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', 大白鲨 3: 'tiger shark, Galeocerdo cuvieri', 虎鲨 4:
1.列出指定目录下文件 -ls haddop fs -ls /dir haddop fs -ls -R /dir 2.将本地文件放到hdfs文件系统中 -put hadoop fs -put <local file> <hdfs file> hadoop fs -put <local file or dir> <hdfs dir> #将键盘输入录入到hdfs文