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