Wu Yong's Blog

Have a nice day!


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Talk

  • Photos

  • Search

Jupyter 多kernel配置

Posted on 2019-06-20 | In Python |
Jupyter NB
Read more »

无 sudo 权限下载安装 tmux

Posted on 2018-09-10 | In Bash |
自动安装 tmux 脚本
Read more »

搭建自己的 JetBrains 系列 server

Posted on 2018-05-29 | In Linux |
搭建自己的 JetBrains server
Read more »

scrapy-deltafetch 的安装

Posted on 2018-05-13 | In Python , Spider , Scrapy |

scrapy-deltafetch 的安装

Mac 通过 homebrew 安装

1
2
brew install db
YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1 BERKELEYDB_DIR=/usr/local/Cellar/berkeley-db/6.2.32/ pip install bsddb3

Linux 系列编译运行

1
2
3
4
5
6
7
8
wget http://download.oracle.com/berkeley-db/db-6.2.32.tar.gz
tar xvf db-6.2.32.tar.gz
cd db-6.2.32.tar.gz
cd build_unix/
../dist/configure -prefix=/home/XXX/app/BerkeleyDB
make
make install
YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1 BERKELEYDB_DIR=/home/XXX/app/BerkelyDB/ pip install bsddb3

读 Re-id 论文

Posted on 2017-11-28 | In Machine Learning |
读 AlignedReID
Read more »

读 Re-id 论文

Posted on 2017-11-16 | In Machine Learning , Metric Learning , re-ID , Read Paper |
读 \
Read more »

读 Re-id 论文

Posted on 2017-11-09 | In Machine Learning , Metric Learning , re-ID , Read Paper |
读 \
Read more »

re-ID 系列笔记(一)

Posted on 2017-11-03 | In Machine Learning , Metric Learning , re-ID |
度量学习--KISSME
Read more »

re-ID 系列笔记(零)

Posted on 2017-10-08 | In Machine Learning , Metric Learning , re-ID |
度量学习--常用距离
Read more »

Python常见的高级特性

Posted on 2017-07-29 | In Python |
Python高级特性(迭代器&生成器等)
Read more »
123
Wu Yong

Wu Yong

27 posts
14 categories
17 tags
GitHub E-Mail
© 2016 — 2019 粤ICP备17074505号
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4