summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-01-13 13:31:44 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-01-13 13:31:44 +0800
commitad5211cce95ed8756b7960527813e93847df6f82 (patch)
tree6a6b9776a2f8602154aea16a9bb3cd51a9467b5d
parent2daa24dd6e5d84d2283275d4b5fac4b0961f1ca6 (diff)
Tensorboard typo fix
-rw-r--r--startup2
1 files changed, 1 insertions, 1 deletions
diff --git a/startup b/startup
index b2a9dca..a7253dd 100644
--- a/startup
+++ b/startup
@@ -9,7 +9,7 @@ apt update
apt -y install python3-pip python-is-python3 nvtop zstd rclone
pip3 install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
-pip3 install scikit-learn tqdm tensorborad
+pip3 install scikit-learn tqdm tensorboard
git clone https://git.jordangong.com/jordangong/gait-recognition.git
cd gait-recognition; git checkout python3.8; cd ..