上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

2021年4月13日

linux更改终端显示颜色(用户名颜色等)

摘要: nano ~/.bashrc 找到上图所示的地方 修改它 保存 source ~/.bashrc # 重启bash 阅读全文

posted @ 2021-04-13 17:30 HolaWorld 阅读(477) 评论(0) 推荐(0) 编辑

2021年4月12日

linux解压、压缩

摘要: tar -xf xxx.tar tar -zxvf xxx.tgz tar -zxvf xxx.tar.bz tar -zxvf xxx.tar.gz tar -zxvf xxx.tar.gz -C /your/desired/folder tar -jxvf xx.tar.bz2 zip -r x 阅读全文

posted @ 2021-04-12 22:01 HolaWorld 阅读(52) 评论(0) 推荐(0) 编辑

2021年4月4日

montreal-forced-aligner

摘要: https://montreal-forced-aligner.readthedocs.io/en/latest/index.html conda config --add channels conda-forge conda install montreal-forced-aligner mfa 阅读全文

posted @ 2021-04-04 01:51 HolaWorld 阅读(1562) 评论(0) 推荐(0) 编辑

2021年3月31日

pytorch

摘要: Data: from torch.utils.data import Dataset, DataLoader class MyDataset(Dataset): def __init__(self, file): self.data = ... def __getitem__(self, index 阅读全文

posted @ 2021-03-31 21:26 HolaWorld 阅读(67) 评论(0) 推荐(0) 编辑

2021年3月27日

语音相关dataset

摘要: http://www.openslr.org/resources.php https://test.data-baker.com/#/data/index/compose LJSpeech:https://keithito.com/LJ-Speech-Dataset/ 22050 Hz sampli 阅读全文

posted @ 2021-03-27 21:33 HolaWorld 阅读(199) 评论(0) 推荐(0) 编辑

2021年3月24日

tmux

摘要: # 帮助 ctrl+b ? # 查看会话 tmux ls # 新建会话 tmux tmux new -s <session-name> # 分离会话 ctrl+b d tmux detach # 接入会话 tmux attach -t 0 tmux attach -t <session-name> 阅读全文

posted @ 2021-03-24 16:35 HolaWorld 阅读(39) 评论(0) 推荐(0) 编辑

cuda安装

摘要: 各版本: https://developer.nvidia.com/cuda-toolkit-archive 下载方法: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distributi 阅读全文

posted @ 2021-03-24 00:32 HolaWorld 阅读(101) 评论(0) 推荐(0) 编辑

2021年3月22日

各cuda版本对应的pytorch版本

摘要: https://pytorch.org/get-started/previous-versions/ https://pytorch.org/get-started/locally/ conda install pytorch torchvision torchaudio cudatoolkit=1 阅读全文

posted @ 2021-03-22 23:33 HolaWorld 阅读(537) 评论(0) 推荐(0) 编辑

Linux下装anaconda/miniconda

摘要: 一、anaconda: 在https://www.anaconda.com/products/individual#Downloads下载https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh , 或者在终端wget h 阅读全文

posted @ 2021-03-22 11:48 HolaWorld 阅读(105) 评论(0) 推荐(0) 编辑

2021年1月24日

武大超算

摘要: 一、 登录节点 swarm.whu.edu.cn (202.114.96.180) 文件传输 202.114.96.177 module avail module load anaconda module unload anaconda squeue srun --cpus-per-task=4 - 阅读全文

posted @ 2021-01-24 11:57 HolaWorld 阅读(423) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

导航