编辑
2020-01-27
前端技术
00

自定义页面还有下方的copyright等地方,我们都会想改一下图标,那么怎么办呢,很简单。

编辑
2020-01-26
前端技术
00

每次打开网站,谷歌浏览器总提示此网站不安全,很别扭,解决方法是添加ssl证书,让网站走https。

编辑
2020-01-26
前端技术
00

为了最大化提高博客的访问速度,还可以用cdn进行加速。

编辑
2020-01-25
深度学习
00

众所周知,配置环境一直是个有点小麻烦的事儿,tensorlow分为gpu版本和cpu版本的,其中gpu版本的需要额外的cudacudnn,但是你要是不用gpu吧,又太慢了。上次实在linux下安装开发环境,这次我们在win10下安装tensorflow环境带gpu的版本,为了省事,我们用acaconda进行快速安装。

安装Anaconda3

按照官网的描述:

{% blockquote %} The open-source Anaconda Distribution is the easiest way to perform Python/R data science and machine learning on Linux, Windows, and Mac OS X. With over 19 million users worldwide, it is the industry standard for developing, testing, and training on a single machine, enabling individual data scientists to: Quickly download 1,500+ Python/R data science packages Manage libraries, dependencies, and environments with Conda Develop and train machine learning and deep learning models with scikit-learn, TensorFlow, and Theano Analyze data with scalability and performance with Dask, NumPy, pandas, and Numba Visualize results with Matplotlib, Bokeh, Datashader, and Holoviews {% endblockquote %}

emm说白了就是一个python/r 的科学平台,可以很方便的帮你配置环境,管理各种包。

编辑
2020-01-25
前端技术
00