Hi, there :)
To do list
- 자료 만들기
Check
- 재부팅시 drop box open ~ (~/.dropbox-dist/dropboxd)
- nvidia-smi 로 GPU 상태 확인 ! 안 켜져 있다면? (sudo ./NVIDIA-Linux-x86_64-495.46.run(tab누르면 나옴))
Reference
가상환경
- 가상환경 생성(conda create -n my_python_env)
- 버전 확인(conda –version)
- 가상환경 업데이트(conda update)
- 가상환경 활성화(conda activate YOUR_ENV_NAME)
- 가상환경 비활성화(conda deactivate)
- 가상환경 목록 확인(conda env list)
- 가상환경 삭제(conda remove –name YOUR_ENV_NAME –all)
Posts
Fourier transform, FT
Differentiable Augmentation for Data-Efficient GAN Training
GAN keras로 해보기
Instance Selection for GANs
PCA, Eigenvalue Decomposition, SVD
Introduction to Linear Algebra
The Emerging Field of Signal Processing on Graph
The Emerging Field of Signal Processing on graph (2)
Github
Fastpages Notebook Blog Post
An Example Markdown Post
- 3
- 4
- •