Commit a9d13bf1 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Change Unet3D Benchmark test minimum accuracy to 94%.

PiperOrigin-RevId: 342747502
parent 4d34474e
......@@ -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_model as unet_model_lib
UNET3D_MIN_ACCURACY = 0.90
UNET3D_MIN_ACCURACY = 0.94
UNET3D_MAX_ACCURACY = 0.98
UNET_TRAINING_FILES = 'gs://mlcompass-data/unet3d/train_data/*'
UNET_EVAL_FILES = 'gs://mlcompass-data/unet3d/eval_data/*'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment