ArronHZG / segmentation-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre work

apex is need, and install it as follows:

$ git clone https://github.com/NVIDIA/apex
$ cd apex
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
$ cd ..
$ rm apex

jupyter

conda install nb_conda --yes
conda install -c conda-forge jupyter_contrib_nbextensions --yes

RAdam、LookAhead 双剑合璧,打造最强优化器

lookahead_pytorch

radam

history

2019-11-23 start paper

2019-10-9 add U-Net

2019-9-22 amp distributed

2019-9-19 auto-reset-lr

About


Languages

Language:Python 98.1%Language:Shell 1.9%