This commit is contained in:
Glenn Jocher 2019-12-14 14:49:18 -08:00
parent c0a7ace766
commit df1be4c748
1 changed files with 5 additions and 2 deletions

View File

@ -7,11 +7,14 @@ pycocotools
tqdm tqdm
Pillow Pillow
# Tensorboard pip requirements ------------------------------------------------- # Nvidia Apex (optional) for mixed precision training --------------------------
# git clone https://github.com/NVIDIA/apex && cd apex && pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" . --user && cd .. && rm -rf apex
# Tensorboard (optional) pip requirements --------------------------------------
# tb-nightly # tb-nightly
# future # future
# Equivalent conda commands ---------------------------------------------------- # Conda commands (in place of pip) ---------------------------------------------
# conda update -n base -c defaults conda # conda update -n base -c defaults conda
# conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython future # conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython future
# conda install -yc conda-forge scikit-image pycocotools onnx tensorboard # conda install -yc conda-forge scikit-image pycocotools onnx tensorboard