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 | 29 | 30 |
31 |
Tags
- cnn
- virtualenv
- GoogLeNet
- Skip Connectioin
- Bottleneck Layer
- Inception Module
- Generative
- vim-plug
- Vanilla RNN
- sigmoid
- Regression
- Gated Skip Connection
- DCGAN
- Manager
- GCN
- Linear
- Optimizer
- DL
- Skip Connection
- classification
- Residual Connection
- RNN
- Inception V1
- ResNet
- AI
- python
- Peephole Connection
- jupyter
- version
- iTerm2
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