Update The Torch Vision Transform
Browse files- configs/metadata.json +3 -2
- configs/train.json +1 -2
configs/metadata.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
{
|
2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
3 |
-
"version": "0.0.
|
4 |
"changelog": {
|
|
|
5 |
"0.0.1": "initialize the model package structure"
|
6 |
},
|
7 |
-
"monai_version": "1.
|
8 |
"pytorch_version": "1.13.0",
|
9 |
"numpy_version": "1.21.2",
|
10 |
"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.0.2",
|
4 |
"changelog": {
|
5 |
+
"0.0.2": "Update The Torch Vision Transform",
|
6 |
"0.0.1": "initialize the model package structure"
|
7 |
},
|
8 |
+
"monai_version": "1.1.0rc2",
|
9 |
"pytorch_version": "1.13.0",
|
10 |
"numpy_version": "1.21.2",
|
11 |
"optional_packages_version": {
|
configs/train.json
CHANGED
@@ -64,8 +64,7 @@
|
|
64 |
"brightness": 0.25,
|
65 |
"contrast": 0.75,
|
66 |
"saturation": 0.25,
|
67 |
-
"hue": 0.04
|
68 |
-
"prob": 0.5
|
69 |
},
|
70 |
{
|
71 |
"_target_": "RandFlipd",
|
|
|
64 |
"brightness": 0.25,
|
65 |
"contrast": 0.75,
|
66 |
"saturation": 0.25,
|
67 |
+
"hue": 0.04
|
|
|
68 |
},
|
69 |
{
|
70 |
"_target_": "RandFlipd",
|