上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 106 下一页
摘要: https://www.zhihu.com/question/316128884 https://keras.io/guides/functional_api/ https://keras.io/guides/training_with_built_in_methods/ 从上面的讲解中,对多输入多 阅读全文
posted @ 2020-10-22 22:02 lypbendlf 阅读(2449) 评论(0) 推荐(0)
摘要: https://www.runoob.com/linux/linux-comm-scp.html 1.介绍 Linux scp 命令用于 Linux 之间复制文件和目录。 scp 是 secure copy 的缩写, scp 是 linux 系统下基于 ssh 登陆进行安全的远程文件拷贝命令。 sc 阅读全文
posted @ 2020-10-22 11:09 lypbendlf 阅读(199) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_20200047/article/details/105671374 1.简单测import sys import sys import torch import random import argparse import numpy as np i 阅读全文
posted @ 2020-10-21 17:47 lypbendlf 阅读(2341) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/haoel/article/details/2886 https://seisman.github.io/how-to-write-makefile/overview.html 1.介绍 makefile定义了一系列的规则来指定,哪些文件需要先编译, 阅读全文
posted @ 2020-10-20 17:28 lypbendlf 阅读(105) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/mmk27_word/article/details/84378346 short:-2^15~2^15-1 int:-2^31~2^31-1 long:-2^31~2^31-1 long long:-2^63~2^63-1 //原来long和int表示的 阅读全文
posted @ 2020-10-19 15:32 lypbendlf 阅读(126) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/linpeach/article/details/109048408 蓝 色:文件夹 红色:压缩文件 绿色:可执行文件 白色:文本文件红色闪烁:错误的符号链接淡蓝色:符号链接黄色:设备文件灰色:其它文件 阅读全文
posted @ 2020-10-17 19:25 lypbendlf 阅读(226) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/heihu_malice7/article/details/90042912 1.例如二分查找 总共有n个元素,每次查找的区间大小就是n,n/2,n/4,…,n/2^k(接下来操作元素的剩余个数),其中k就是循环的次数。 //k在递归的时候也可以说是递归的 阅读全文
posted @ 2020-10-16 15:37 lypbendlf 阅读(1421) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/qq_40160605/article/details/80150252,这个讲的非常全面! 1.从小到大排序的数组 lower_bound( begin,end,num):从数组的begin位置到end-1位置二分查找第一个大于或等于num的数字, 阅读全文
posted @ 2020-10-16 14:59 lypbendlf 阅读(156) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/xd502djj/archive/2011/02/28/1967350.html 1.命令 1. 查看物理CPU的个数 #cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l 2. 查看逻辑 阅读全文
posted @ 2020-10-14 14:32 lypbendlf 阅读(1372) 评论(0) 推荐(0)
摘要: 1.安装pytorch https://pytorch.org/get-started/locally/ 在这个网站上根据cuda版本选择命令: conda install pytorch torchvision cudatoolkit=10.0 -c pytorch 安装过程中出现了: Conda 阅读全文
posted @ 2020-10-14 13:54 lypbendlf 阅读(383) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 106 下一页