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