updates
This commit is contained in:
parent
c0a7ace766
commit
df1be4c748
|
@ -7,11 +7,14 @@ pycocotools
|
|||
tqdm
|
||||
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
|
||||
# future
|
||||
|
||||
# Equivalent conda commands ----------------------------------------------------
|
||||
# Conda commands (in place of pip) ---------------------------------------------
|
||||
# conda update -n base -c defaults conda
|
||||
# conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython future
|
||||
# conda install -yc conda-forge scikit-image pycocotools onnx tensorboard
|
||||
|
|
Loading…
Reference in New Issue