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