From 3bf0cb9c605db8976eac20466afd6b36539c498f Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 26 Apr 2020 12:41:15 -0700 Subject: [PATCH] remove tb-nightly --- requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index e705c8c0..9577e7be 100755 --- a/requirements.txt +++ b/requirements.txt @@ -10,10 +10,6 @@ pillow # 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 -# future - # Conda commands (in place of pip) --------------------------------------------- # conda update -yn base -c defaults conda # conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython future