diff --git a/requirements.txt b/requirements.txt index 586d12ed..c82ddd8d 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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