Loading

05 2022 档案

摘要:![](https://img2022.cnblogs.com/blog/2206052/202205/2206052-20220519173329547-432118977.png) ![](https://img2022.cnblogs.com/blog/2206052/202205/2206052-20220519173454124-1418802851.png) 阅读全文
posted @ 2022-05-20 09:40 ZXYFrank 阅读(51) 评论(0) 推荐(0)
摘要:Anaconda 虚拟环境的sys.path路径问题 以OC_SORT为例,我创建了虚拟环境ocsort,并运行了如下命令 python3 setup.py develop 在利用YOLOX进行训练时出现了问题,于是我git clone了原版的YOLOX并切换到新的文件夹中,但是此时虚拟环境ocso 阅读全文
posted @ 2022-05-14 16:16 ZXYFrank 阅读(421) 评论(0) 推荐(0)
摘要:Charlotte’s Web E. B. White Chapter I: Before Breakfast “Well,” said her mother, “one of the pigs is a runt. It’s very small and weak, and it will nev 阅读全文
posted @ 2022-05-12 12:11 ZXYFrank 阅读(503) 评论(0) 推荐(0)
摘要:安装并启动Docker docker run -itd -u root codalab/codalab-legacy /bin/bash Unable to find image 'codalab/codalab-legacy:latest' locally latest: Pulling from 阅读全文
posted @ 2022-05-11 10:27 ZXYFrank 阅读(243) 评论(0) 推荐(0)
摘要:本地生成私钥 在服务器创建~/.ssh文件夹,将本地id_rsa.pub上传到服务器 运行cat id_rsa.pub > authorized_keys 修改VSCode SSH配置文件 IdentityFile "LOCAL\PATH\TO\.ssh\id_rsa" 阅读全文
posted @ 2022-05-06 09:21 ZXYFrank 阅读(1439) 评论(0) 推荐(0)
摘要:sudo useradd -s /bin/bash -d /home/NAME/ -m -G sudo NAME 阅读全文
posted @ 2022-05-05 18:58 ZXYFrank 阅读(83) 评论(0) 推荐(0)
摘要:![](https://img2022.cnblogs.com/blog/2206052/202205/2206052-20220503210250436-1202553436.png) 阅读全文
posted @ 2022-05-03 21:54 ZXYFrank 阅读(77) 评论(0) 推荐(0)
摘要:https://github.com/cvxgrp/pymde 阅读全文
posted @ 2022-05-03 10:42 ZXYFrank 阅读(27) 评论(0) 推荐(0)
摘要:我的解决方法是偶然发现的 因为在VSCode-ssh发现了这个问题 Error:ENOSPC:System limit for number of file watchers reached,watch '/home/XXX/.local/state/mume' Visual Studio Code 阅读全文
posted @ 2022-05-03 10:32 ZXYFrank 阅读(1057) 评论(0) 推荐(0)
摘要:删除如下文件夹当中的内容即可 Linux rm ~/.local/share/nvim/shada/* Windows %LOCALAPPDATA%\nvim-data 阅读全文
posted @ 2022-05-02 16:15 ZXYFrank 阅读(1125) 评论(1) 推荐(0)