目录 1.ls 2. cd
3. tree 4. touch
5.mkdir / rmdir
编辑
6.rm
7.man
8.find which whereis
9.cat more less 10 date cal
11.grep 12.sort uniq
13.zip/unzip 14 tar
15.bc
16.uname
17.热键 在了解Linux基本操作之前,我们首先要了解Linux的一些最…
【C】环境搭建Clion-Unsupported git Version 1.8.3.1 Git升级步骤1.卸载旧版本2.安装依赖3.下载git最新版本包4.解压git文件包5.编译文件5.将git加入环境变量6.验证git版本 如上图所示,报错Unsupported git Version 1.8.3.1 At least 2.17.0 is required
报错意思…
Pytorch常用的函数(九)torch.gather()用法
torch.gather() 就是在指定维度上收集value。
torch.gather() 的必填也是最常用的参数有三个,下面引用官方解释:
input (Tensor) – the source tensordim (int) – the axis along which to indexindex (Lo…
Windows操作系统 出现这种情况: Error was Port already in use :40001;nested exception is :java.net.BindException: Address already in use : JVM_Bind; 步骤1:按下winR键,输入cmd
步骤2:输入以下命令
netstat …