From e07ef6e6ca5869638705e94640b3cf1aab40b1d2 Mon Sep 17 00:00:00 2001 From: Bryce Drennan Date: Fri, 16 Sep 2022 08:02:04 -0700 Subject: [PATCH] use a stable version of tensorboard Using the nightly leads to instability at install time. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f46d259..ad5b5702 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy opencv-python pyyaml scipy -tb-nightly +tensorboard torch>=1.7 torchvision tqdm