From 7c4e353279a1760c23c2a74dc544c6a20150603e Mon Sep 17 00:00:00 2001 From: HubHop Date: Tue, 28 Mar 2023 11:22:54 +1100 Subject: [PATCH] update requirements --- stitching_deit/README.md | 4 ++-- stitching_resnet_swin/README.md | 4 ++-- stitching_swin/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stitching_deit/README.md b/stitching_deit/README.md index af1dcbc..975aca5 100644 --- a/stitching_deit/README.md +++ b/stitching_deit/README.md @@ -6,8 +6,8 @@ This directory contains the training and evaluation scripts for stitching DeiTs. ### Prepare Python Environment -* PyTorch 1.10.1 -* CUDA 11.1 +* PyTorch 1.10.1+ +* CUDA 11.1+ * timm 0.6.12 * fvcore 0.1.5 diff --git a/stitching_resnet_swin/README.md b/stitching_resnet_swin/README.md index ccb1dc2..e605ae9 100755 --- a/stitching_resnet_swin/README.md +++ b/stitching_resnet_swin/README.md @@ -6,8 +6,8 @@ This directory contains the training and evaluation scripts for stitching ResNet ## Requirements -* PyTorch 1.10.1 -* CUDA 11.1 +* PyTorch 1.10.1+ +* CUDA 11.1+ * fvcore 0.1.5 diff --git a/stitching_swin/README.md b/stitching_swin/README.md index d6eb8aa..c7e418b 100644 --- a/stitching_swin/README.md +++ b/stitching_swin/README.md @@ -7,8 +7,8 @@ This directory contains the training and evaluation scripts for stitching Swins. ## Requirements ### Prepare Python Environment -* PyTorch 1.10.1 -* CUDA 11.1 +* PyTorch 1.10.1+ +* CUDA 11.1+ * timm 0.6.12 * fvcore 0.1.5