update to use monai 1.0.1
Browse files- README.md +4 -0
- configs/metadata.json +5 -4
- docs/README.md +4 -0
README.md
CHANGED
@@ -100,6 +100,10 @@ Execute inference:
|
|
100 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
|
101 |
```
|
102 |
|
|
|
|
|
|
|
|
|
103 |
# Intended Use
|
104 |
|
105 |
The model needs to be used with NVIDIA hardware and software. For hardware, the model can run on any NVIDIA GPU with memory greater than 16 GB. For software, this model is usable only as part of Transfer Learning & Annotation Tools in Clara Train SDK container. Find out more about Clara Train at the [Clara Train Collections on NGC](https://ngc.nvidia.com/catalog/collections/nvidia:claratrainframework).
|
|
|
100 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
|
101 |
```
|
102 |
|
103 |
+
Export checkpoint to TorchScript file:
|
104 |
+
|
105 |
+
TorchScript conversion is currently not supported.
|
106 |
+
|
107 |
# Intended Use
|
108 |
|
109 |
The model needs to be used with NVIDIA hardware and software. For hardware, the model can run on any NVIDIA GPU with memory greater than 16 GB. For software, this model is usable only as part of Transfer Learning & Annotation Tools in Clara Train SDK container. Find out more about Clara Train at the [Clara Train Collections on NGC](https://ngc.nvidia.com/catalog/collections/nvidia:claratrainframework).
|
configs/metadata.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
-
"version": "0.3.
|
4 |
"changelog": {
|
|
|
5 |
"0.3.2": "enhance readme on commands example",
|
6 |
"0.3.1": "fix license Copyright error",
|
7 |
"0.3.0": "update license files",
|
@@ -9,13 +10,13 @@
|
|
9 |
"0.1.1": "fix location variable name change",
|
10 |
"0.1.0": "initialize release of the bundle"
|
11 |
},
|
12 |
-
"monai_version": "0.
|
13 |
-
"pytorch_version": "1.
|
14 |
"numpy_version": "1.21.2",
|
15 |
"optional_packages_version": {
|
16 |
"cucim": "22.04",
|
17 |
"pandas": "1.3.5",
|
18 |
-
"torchvision": "0.
|
19 |
},
|
20 |
"task": "Pathology metastasis detection",
|
21 |
"description": "A pre-trained model for metastasis detection on Camelyon 16 dataset.",
|
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
+
"version": "0.3.3",
|
4 |
"changelog": {
|
5 |
+
"0.3.3": "update to use monai 1.0.1",
|
6 |
"0.3.2": "enhance readme on commands example",
|
7 |
"0.3.1": "fix license Copyright error",
|
8 |
"0.3.0": "update license files",
|
|
|
10 |
"0.1.1": "fix location variable name change",
|
11 |
"0.1.0": "initialize release of the bundle"
|
12 |
},
|
13 |
+
"monai_version": "1.0.1",
|
14 |
+
"pytorch_version": "1.13.0",
|
15 |
"numpy_version": "1.21.2",
|
16 |
"optional_packages_version": {
|
17 |
"cucim": "22.04",
|
18 |
"pandas": "1.3.5",
|
19 |
+
"torchvision": "0.14.0"
|
20 |
},
|
21 |
"task": "Pathology metastasis detection",
|
22 |
"description": "A pre-trained model for metastasis detection on Camelyon 16 dataset.",
|
docs/README.md
CHANGED
@@ -93,6 +93,10 @@ Execute inference:
|
|
93 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
|
94 |
```
|
95 |
|
|
|
|
|
|
|
|
|
96 |
# Intended Use
|
97 |
|
98 |
The model needs to be used with NVIDIA hardware and software. For hardware, the model can run on any NVIDIA GPU with memory greater than 16 GB. For software, this model is usable only as part of Transfer Learning & Annotation Tools in Clara Train SDK container. Find out more about Clara Train at the [Clara Train Collections on NGC](https://ngc.nvidia.com/catalog/collections/nvidia:claratrainframework).
|
|
|
93 |
python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
|
94 |
```
|
95 |
|
96 |
+
Export checkpoint to TorchScript file:
|
97 |
+
|
98 |
+
TorchScript conversion is currently not supported.
|
99 |
+
|
100 |
# Intended Use
|
101 |
|
102 |
The model needs to be used with NVIDIA hardware and software. For hardware, the model can run on any NVIDIA GPU with memory greater than 16 GB. For software, this model is usable only as part of Transfer Learning & Annotation Tools in Clara Train SDK container. Find out more about Clara Train at the [Clara Train Collections on NGC](https://ngc.nvidia.com/catalog/collections/nvidia:claratrainframework).
|