可视化深度学习算法
https://github.com/gradio-app/gradio
在头部添加:
1 | \usepackage[T1]{fontenc} |
在build docker的时候出现报错
1 | The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease' is not signed. |
仓库如下
1 | pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel |
https://tickets.dominodatalab.com/hc/en-us/articles/6101281885076-Build-error-for-nvidia-GPG-key
A new key is available and can be installed in your build with the following process. Take note of the inline comments as they are important.
1 | #fix nvidia gpg key |
NOTE: when adding the additional instructions make sure the new RUN commands are executed prior to any other update operations (apt or yum), otherwise the run will fail .
之前自己并没有写笔记或者博客日记之类的习惯,偶尔在CSDN上写一两篇,但是在网络上看了很多别人写的博客或者学习笔记,对自己帮助很大,所以打算开始写自己的博客。其实写博客也是对自己的一种激励吧,只有能够将问题讲解给别人才能算真正学会了。
Hexo有很多大佬都在推荐,据说很好用,但是我之前并没有什么感觉,甚至感觉静态文件的部署方式很奇怪,会不会很麻烦,于是今天来体验一把。
上手之后给我的感觉还是蛮惊艳的,我的方法是在服务器端创建一个git裸仓库,然后用hooks在每次push之后更新静态文件,只需要执行hexo g -d就可以完成更新,还是挺方便的,而且NextT真的很好看( ̄▽ ̄*)!这个主题灵活度还是挺高的,可以自定义一些东西,很喜欢。