Merge remote-tracking branch 'origin/master'

This commit is contained in:
Glenn Jocher 2020-04-27 11:20:33 -07:00
commit 692f945819
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ matplotlib
pycocotools
tqdm
pillow
tensorboard >= 1.14
# 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