Skip to content

Commit

Permalink
add requiremnts for torchvision
Browse files Browse the repository at this point in the history
Signed-off-by: KumoLiu <yunl@nvidia.com>
  • Loading branch information
KumoLiu committed Sep 6, 2023
1 parent b2b477b commit 8c19cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions models/pathology_nuclick_annotation/configs/metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8c19cd3

Please sign in to comment.