CR42Y M0

some ideas. Tt.


  • Home

  • Categories

  • Archives

  • Search

基于神经网络的图像风格转移小结

Posted on 2019-05-26 | In Machine Learning
Foreword将A图片的风格转移到B图片上,指的是将A图片的抽象艺术风格(如线条、色彩等等)和B图片的内容框架合成为一幅图。自然地,A图片称为风格图,而B图片就称为内容图。就像这样: 左侧图作为风格, 右侧图作为内容,中间合成图。 (上图是我用Gatys迭代法得到的结果)。 最近做了一段时间风格 ...
Read more »

说Python — GIL与并行

Posted on 2018-12-21 | In Programming
python的多线程利用的就是操作系统原生线程,但是python的解释器存在着全局锁GIL (Global Interpreter Lock),它要求在任一时刻有且只有一个线程有权利执行解释python代码的任务。换句话说,GIL使得python的多线程在执行python代码时其实是串行的而不是并行 ...
Read more »

在汇编里看Wow64原理

Posted on 2018-11-17 | In Operating System
该文章我最早post到了看雪论坛:https://bbs.pediy.com/thread-221236.html 本文是重新修改的版本。 问题引出在桌面级CPU中,Intel 从2004年末Pentium 4的 5xx系列开始向大众提供基于x86指令集扩展而来的x86-64指令的 64位C ...
Read more »

On the computation of gaussian's Fourier Transformation

Posted on 2018-11-14 | In Math
Gaussian Function and its FT ​ Gaussian function is : ​ $f(x) = \dfrac{1}{\sqrt{2\pi}\sigma}e^{-\frac{x^2}{2\sigma^2}}, x \in \mathbb{R}$ ​ ...
Read more »

Mo, Li

OS / Machine Learning

4 posts
4 categories
2 tags
GitHub E-Mail
© 2019 Mo, Li
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4
Read Read