From 8c19cd3755639097e3a806e34a2888f7ce3d1a45 Mon Sep 17 00:00:00 2001 From: KumoLiu Date: Wed, 6 Sep 2023 14:23:04 +0800 Subject: [PATCH] add requiremnts for torchvision Signed-off-by: KumoLiu --- .../configs/metadata.json | 3 ++- models/pathology_nuclick_annotation/configs/metadata.json | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/models/pathology_nuclei_segmentation_classification/configs/metadata.json b/models/pathology_nuclei_segmentation_classification/configs/metadata.json index cb16bb90..dbff4483 100644 --- a/models/pathology_nuclei_segmentation_classification/configs/metadata.json +++ b/models/pathology_nuclei_segmentation_classification/configs/metadata.json @@ -1,7 +1,8 @@ { "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_hovernet_20221124.json", - "version": "0.2.1", + "version": "0.2.2", "changelog": { + "0.2.2": "add requiremnts for torchvision", "0.2.1": "fix the wrong GPU index issue of multi-node", "0.2.0": "Update README for how to download dataset", "0.1.9": "add RAM warning", diff --git a/models/pathology_nuclick_annotation/configs/metadata.json b/models/pathology_nuclick_annotation/configs/metadata.json index 525ce812..381840a3 100644 --- a/models/pathology_nuclick_annotation/configs/metadata.json +++ b/models/pathology_nuclick_annotation/configs/metadata.json @@ -1,8 +1,7 @@ { "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json", - "version": "0.1.5", + "version": "0.1.4", "changelog": { - "0.1.5": "add requiremnts for torchvision", "0.1.4": "fix the wrong GPU index issue of multi-node", "0.1.3": "remove error dollar symbol in readme", "0.1.2": "add RAM usage with CachDataset",