Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit f4755c4

Browse files
crccwMesh TensorFlow Team
authored andcommitted
Internal only change : )
PiperOrigin-RevId: 371423338
1 parent 3016312 commit f4755c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesh_tensorflow/experimental/data_aug_lib_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_gen_fake_data(self):
7979

8080
image_3d_aug, label_3d_aug = \
8181
data_aug_lib.maybe_gen_fake_data_based_on_real_data(
82-
image_3d, label_3d, reso=2,
82+
image_3d, label_3d, reso=32,
8383
min_fake_lesion_ratio=0.0, gen_fake_probability=0.0)
8484

8585
image_3d_aug_np = sess.run(image_3d_aug)

0 commit comments

Comments
 (0)