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