06 2021 档案

摘要:这是由于我们在执行 cd torchlight python setup.py install cd .. 之后,这样项目中和python库中都有了torchlight包,而执行main.py函数的时候,会自动先调用python中的torchlight包,然后这个包的__init__.py中并没有i 阅读全文
posted @ 2021-06-30 20:10 小Aer 阅读(45) 评论(0) 推荐(0) 编辑
摘要:pip install ffmpeg ffmpeg -i input.flv -strict -2 output.mp4 主要使用了ffmpeg库,input作为源文件,output作为输出 使用 ffprobe file.mp4 ffmpeg -i file.mp4 上面两个命令都会输出视频文件的 阅读全文
posted @ 2021-06-28 14:28 小Aer 阅读(84) 评论(0) 推荐(0) 编辑
摘要:1.可以在终端里面使用python进入python环境 >>>import torch >>>torch.cuda.empty_cache() 2.使用nvidia-smi查看gpu使用进程,找到进程的名字,使用sudo pkill python去杀死他 3.减少batch size的大小,最好是8 阅读全文
posted @ 2021-06-24 21:36 小Aer 阅读(59) 评论(0) 推荐(0) 编辑
摘要:该篇文章摘自知乎,主要为了帮助自己学习 An Intuitive Explanation of Kernels in Support Vector Machine (SVM) towardsdatascience.com/ 文章目录 一个简单的例子:数学定义:与SVM的关系:为什么它也可以被理解为相 阅读全文
posted @ 2021-06-22 21:20 小Aer 阅读(12) 评论(0) 推荐(0) 编辑
摘要:只能就是纯白话文,以我的理解解释 git add 将自己的修改提交到缓存中 git commit 将缓存中的修改提交到本地仓库 git push 将本地仓库的修改提交到github远程仓库上 阅读全文
posted @ 2021-06-04 20:35 小Aer 阅读(12) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示