Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
a9d13bf1
Commit
a9d13bf1
authored
Nov 16, 2020
by
A. Unique TensorFlower
Browse files
Change Unet3D Benchmark test minimum accuracy to 94%.
PiperOrigin-RevId: 342747502
parent
4d34474e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/benchmark/unet3d_benchmark.py
official/benchmark/unet3d_benchmark.py
+1
-1
No files found.
official/benchmark/unet3d_benchmark.py
View file @
a9d13bf1
...
@@ -31,7 +31,7 @@ from official.benchmark import owner_utils
...
@@ -31,7 +31,7 @@ from official.benchmark import owner_utils
from
official.vision.segmentation
import
unet_main
as
unet_training_lib
from
official.vision.segmentation
import
unet_main
as
unet_training_lib
from
official.vision.segmentation
import
unet_model
as
unet_model_lib
from
official.vision.segmentation
import
unet_model
as
unet_model_lib
UNET3D_MIN_ACCURACY
=
0.9
0
UNET3D_MIN_ACCURACY
=
0.9
4
UNET3D_MAX_ACCURACY
=
0.98
UNET3D_MAX_ACCURACY
=
0.98
UNET_TRAINING_FILES
=
'gs://mlcompass-data/unet3d/train_data/*'
UNET_TRAINING_FILES
=
'gs://mlcompass-data/unet3d/train_data/*'
UNET_EVAL_FILES
=
'gs://mlcompass-data/unet3d/eval_data/*'
UNET_EVAL_FILES
=
'gs://mlcompass-data/unet3d/eval_data/*'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment