We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb52f5d commit c791831Copy full SHA for c791831
tensorflow_model_optimization/python/core/quantization/keras/BUILD
@@ -302,12 +302,11 @@ py_test(
302
],
303
)
304
305
-# TODO(pulkitb): Using PY2 since MNIST data downloading code throws an SSL error on Sponge.
306
py_test(
307
name = "quantize_functional_test",
308
size = "large",
309
srcs = ["quantize_functional_test.py"],
310
- python_version = "PY2",
+ python_version = "PY3",
311
# To match parallel runs of run_all_keras_modes.
312
shard_count = 4,
313
deps = [
0 commit comments