Giter Club home page Giter Club logo

Hi there πŸ‘‹

  • πŸ”­ I’m currently a Ph.D. candidate in the Chinese University of Hong Kong, Shenzhen.
  • 🌱 I’m currently learning 3D vision in microcosm.
  • πŸ‘― I’m looking to collaborate on 3D vision in microcosm.
  • πŸ€” I’m looking for help me make the world easier.
  • πŸ’¬ Ask me about coding, papers or anything interesting!
  • πŸ“« How to reach me: https://simonhanyang.github.io/
  • πŸ˜„ Pronouns: Panda
  • ⚑ Fun fact: Computer Vision Researcher but Still LOVE CODING APPs AND ANYTHING INTERESTING!

AI Station Server

  • Using tensorboard on remote server ssh -L 16006:127.0.0.1:6006 cuhk
  • Saving remote server's ip and port into the local computer ~/.ssh/config by the following format:
Host cuhk
    User root
    HostName 10.xx.xxx.16
    Port xxxxx
  • Do not use pwd to log in to the remote server: saving local computer's ~/.ssh/id_rsa.pub to remote ~/.ssh/authorized_keys
  • Using Oh-my-ZSH on remote server:
# update apt or apt-get
apt update/upgrade
apt-get update/upgrade

# install zsh
apt install zsh

# check SHELL
echo $SHELL

# switch to zsh
chsh -s /bin/zsh

# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -y

# install zsh-autosuggestions zsh-syntax-highlighting plugins
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

# modify the config file of oh-my-zsh
vim ~/.zshrc

## change zsh style
ZSH_THEME="candy"

## add plugins
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

# activate changes
source ~/.zshrc
  • Using anaconda3 on an individual account on an AI Station (Do not have sudo permission)
# download anaconda3
wget https://mirrors.bfsu.edu.cn/anaconda/archive/Anaconda3-2023.09-0-Linux-x86_64.sh --no-check-certificate

# install anaconda3
bash Anaconda3-2021.11-Linux-x86_64.sh

## when installing, pls change the config file root to anaconda3
### original
/root/anaconda3/bin
### change to the individual account
/uname/anaconda3/bin

# change environment variable for anaconda3
vim /etc/profile

## add the following command to the end of `/etc/profile`
export PATH=/uname/anaconda3/bin:$PATH

# activate changes
source /etc/profile

# init conda, if using zsh and need to open a new bash
conda init zsh

Tips/Bugs

  • For Linux: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
apt install libgl1-mesa-glx
  • CUDA out of Memory
fuser -v /dev/nvidia*
kill -9 pid

image

Simon Yang's Projects

Simon Yang doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.