update TensorRT descriptions
Browse files- README.md +1 -1
- configs/metadata.json +3 -2
- docs/README.md +1 -1
README.md
CHANGED
@@ -65,7 +65,7 @@ This model achieve the 0.91 accuracy on validation patches, and FROC of 0.72 on
|
|
65 |
|
66 |
![A Graph showing Train Acc, Train Loss, and Validation Acc](https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics_v3.png)
|
67 |
|
68 |
-
The `pathology_tumor_detection` bundle supports
|
69 |
|
70 |
Please notice that the benchmark results are tested on one WSI image since the images are too large to benchmark. And the inference time in the end-to-end line stands for one patch of the whole image.
|
71 |
|
|
|
65 |
|
66 |
![A Graph showing Train Acc, Train Loss, and Validation Acc](https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics_v3.png)
|
67 |
|
68 |
+
The `pathology_tumor_detection` bundle supports acceleration with TensorRT. The table below displays the speedup ratios observed on an A100 80G GPU.
|
69 |
|
70 |
Please notice that the benchmark results are tested on one WSI image since the images are too large to benchmark. And the inference time in the end-to-end line stands for one patch of the whole image.
|
71 |
|
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.5.
|
4 |
"changelog": {
|
|
|
5 |
"0.5.1": "update the TensorRT part in the README file",
|
6 |
"0.5.0": "add the command of executing inference with TensorRT models",
|
7 |
"0.4.9": "adapt to BundleWorkflow interface",
|
@@ -22,7 +23,7 @@
|
|
22 |
"0.1.1": "fix location variable name change",
|
23 |
"0.1.0": "initialize release of the bundle"
|
24 |
},
|
25 |
-
"monai_version": "1.2.
|
26 |
"pytorch_version": "1.13.1",
|
27 |
"numpy_version": "1.22.2",
|
28 |
"optional_packages_version": {
|
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
+
"version": "0.5.2",
|
4 |
"changelog": {
|
5 |
+
"0.5.2": "update TensorRT descriptions",
|
6 |
"0.5.1": "update the TensorRT part in the README file",
|
7 |
"0.5.0": "add the command of executing inference with TensorRT models",
|
8 |
"0.4.9": "adapt to BundleWorkflow interface",
|
|
|
23 |
"0.1.1": "fix location variable name change",
|
24 |
"0.1.0": "initialize release of the bundle"
|
25 |
},
|
26 |
+
"monai_version": "1.2.0rc5",
|
27 |
"pytorch_version": "1.13.1",
|
28 |
"numpy_version": "1.22.2",
|
29 |
"optional_packages_version": {
|
docs/README.md
CHANGED
@@ -58,7 +58,7 @@ This model achieve the 0.91 accuracy on validation patches, and FROC of 0.72 on
|
|
58 |
|
59 |
![A Graph showing Train Acc, Train Loss, and Validation Acc](https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics_v3.png)
|
60 |
|
61 |
-
The `pathology_tumor_detection` bundle supports
|
62 |
|
63 |
Please notice that the benchmark results are tested on one WSI image since the images are too large to benchmark. And the inference time in the end-to-end line stands for one patch of the whole image.
|
64 |
|
|
|
58 |
|
59 |
![A Graph showing Train Acc, Train Loss, and Validation Acc](https://developer.download.nvidia.com/assets/Clara/Images/monai_pathology_tumor_detection_train_and_val_metrics_v3.png)
|
60 |
|
61 |
+
The `pathology_tumor_detection` bundle supports acceleration with TensorRT. The table below displays the speedup ratios observed on an A100 80G GPU.
|
62 |
|
63 |
Please notice that the benchmark results are tested on one WSI image since the images are too large to benchmark. And the inference time in the end-to-end line stands for one patch of the whole image.
|
64 |
|