Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- AI
- Optimizer
- Manager
- Vanilla RNN
- vim-plug
- DL
- Regression
- Inception Module
- Generative
- cnn
- virtualenv
- iTerm2
- Linear
- version
- sigmoid
- RNN
- python
- DCGAN
- Skip Connection
- Inception V1
- ResNet
- jupyter
- Bottleneck Layer
- Skip Connectioin
- GCN
- Peephole Connection
- Residual Connection
- classification
- GoogLeNet
- Gated Skip Connection
Archives
- Today
- Total
목록vim-plug (1)
IT Repository
vim 설정 (with vim-plug)
vim-plug 설치 (https://github.com/junegunn/vim-plug) curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim .vimrc 편집 call plug#begin('~/.vim/plugged') " Add plugins, which you want to install " Find plugins in https://vimawesome.com if has('nvim') Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } else Plug 'Shougo/deople..
환경설정
2022. 1. 23. 20:16