博客搭建 搭建个人博客mac版 大纲搭建博客主要分为三个部分,执行可以无先后之分。 分别是: 1,环境配置Hexo 2,部署到github上 3,绑定域名 个人建议先绑定域名,因为实名认证以及域名解析认证需要花费3-5天时间。 三者的关系是,域名作为入口,hexo创建门面,github储存内容。因此,他们需要相互连接才能建成最后的博客,hexo首先创建博客,然后推送到github上进行存储,github连接 2021-12-21 技术 hellow world
pytorch+mujoco pytoch部分坑和理解1,torch.tensor重建2,torch的卷机操作和线性操作都不能够改变batch那一部分3,对于两个不同的model进行顺序处理和使用不同的optim时,需要先同时进行backward操作在进行,optimize.step操作4,对于此样系统而言:relu操作可能会造成数据的inplace,注意使用clone操作还有relu的(replace = false)5, 2021-12-21 技术 hellow world
linux常用命令 Pythontype -a python3 查看所有python3安装目录 which python 查看当前使用的是哪里的python tmux使用方法123456789101112131415tmux lstmux new -s < name>tmux attach -t < name>/< number>tmux switch -t < name & 2021-12-21 技术 hellow world
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2021-12-21