Skip to content

Instantly share code, notes, and snippets.

View pdaicode's full-sized avatar

Peng Dai pdaicode

View GitHub Profile
@pdaicode
pdaicode / alienware15r3_install_ubuntu14.04.05.md
Created March 27, 2017 17:52 — forked from awesomebytes/alienware15r3_install_ubuntu14.04.05.md
Install Ubuntu 14.04 on Alienware 15 R3 instructions

How to install Ubuntu 14.04.05 on Alienware 15 R3

Tiny guide to install Ubuntu 14.04.05 on a brand new Alienware 15 R3.

Let windows 10 install

Just next, next, next filling up your data.

You should get a BIOS update alert from the Alienware Update widget. If not, right click on the Down arrow icon in the bottom right extra icons ^ thing and right click, then click Check for Updates.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pdaicode
pdaicode / installiTorch.sh
Created August 3, 2017 14:11 — forked from jetsonhacks/installiTorch.sh
Install iTorch and prerequisites
#!/bin/sh
# Install Python prerequisites on NVIDIA Jetson TK1 for iTorch
# This is for https://github.com/facebook/iTorch
# L4T 21.3, Torch 7 (http://torch.ch)
# Python 2.7 or greater must be installed before running this script
# Torch 7 should already be installed before running this script
# iPython is loaded using pip, as repository version is 1.x version, > 2.0 is needed
# Need to compile from source as repository version libzmq3-dev is not the correct revision
wget http://download.zeromq.org/zeromq-4.0.5.tar.gz
tar xzvf zeromq-4.0.5.tar.gz
@pdaicode
pdaicode / tmux-cheatsheet.markdown
Created August 16, 2019 14:16 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

deep-learning-for-image-retrieval

2018

  1. Asymmetric Deep Supervised Hashing, Qing-Yuan Jiang, Wu-Jun Li, in AAAI 2018. [paper][code]
  2. Deep Region Hashing for Generic Instance Search from Images, lianli Gao, Tao He, Jingkuan Song, Xing Xu, Heng Tao Shen, in AAAI 2018. [paper]
  3. On Trivial Solution and High Correlation Problems in Deep Supervised Hashing, Yuchen Guo, XIN ZHAO, Guiguang Ding, Jungong Han, in AAAI 2018. [paper]
  4. Supervised Deep Hashing for Hierarchical Labeled Data, Dan Wang, Heyan Huang, Chi Lu, Bo-Si Feng, Guihua Wen, Liqiang Nie, Xian-Ling Mao, in AAAI 2018. [paper]
  5. Transfer Adversarial Hashing for Hamming Space Retrieval, Zhangjie Cao, Mingsheng Long, Chao Huang, Jianmin Wang, in AAAI 2018. [paper][[code](https://github.com/thuml
# check ip information
ip a
# setup static IP
modify /etc/sysconfig/network-scripts/ifcfg-eno1 accordingly to the correct IP address and DNS
TYPE=Ethernet
PROXY_METHOD=none