logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

运行python代码,报错 “segmentation fault”

运行python代码报错: [1]57684 segmentation fault,重新搭建环境解决。

#python
在Linux服务器中自己的账号下使用anaconda3新建Pytorch环境

这里写自定义目录标题1. 在服务器中安装 Anaconda1.1 下载 Anaconda 安装包1.1.1 先下载到本地,再上传服务器1.1.2 直接下载到服务器功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX

#服务器#linux#pytorch
torch.nn.RNN(input_size, hidden_size, num_layers)函数解析

torch.nn.RNN(input_size, hidden_size, num_layers)画图理解。

#python#rnn
使用VS Code远程连接服务器,在VS Code上编辑服务器文件。超级简单

【使用VS Code连接服务器】和【使用PyCharm连接服务器】区别,以及【操作流程--如何使用VS Code连接服务器】

#服务器#vscode#pycharm
正态分布(高斯分布)的由来(公式推导)

正态分布的公式是怎么推导出来的

#概率论
Linux 服务器指令大全 & 常用指令

Linux 服务器指令大全可参考网站:Linux 命令大全:https://www.runoob.com/linux/linux-command-manual.html常用指令(自己总结,陆续添加)操作命令连接服务器sshssh 用户名@服务器地址回退文件目录cd ..进入指定目录cd 目录路径查看当前路径pwd查看当前目录ls或ll创建文件夹mkdir 文件夹名称删除文件rm -f 文件名称删除

#linux#服务器
Linux服务器解压zip文件时出现错误:End-of-central-directory signature not found./cannot find zipfile directory……

【问题】在Linux服务器中使用 unzip命令解压zip文件 时出现以下错误:End-of-central-directory signature not found.Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.In the latter case the centra

#服务器#linux
服务器 linux环境下,在.bashrc中export且source后,仍报错:No such file or directory: ‘***‘

已有操作在.bashrc中export且sourcevim ~/.bashrc打开.bashrc后键盘输入“E”表示编辑文件,并把光标移动到文件的最后,在最后一行插入export BERT_BASE_DIR=/home/your_dir/file_folder_name/按下esc键之后输入“:wq!” 表示保存且退出。其中“your_dir”表示一系列路径,“file_folder_name”表

#服务器#linux
Linux服务器解压zip文件时出现错误:End-of-central-directory signature not found./cannot find zipfile directory……

【问题】在Linux服务器中使用 unzip命令解压zip文件 时出现以下错误:End-of-central-directory signature not found.Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.In the latter case the centra

#服务器#linux
在Linux服务器上解压rar压缩文件

Linux服务器上解压rar格式的压缩文件。服务器不自带解压rar文件的指令,需自己下载安装。

#服务器#linux#centos
到底了