You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,I found a performance issue in src/python/tensorflow_cloud/core/tests/testdata/keras_tuner_cifar_example.py , train_dataset = train_dataset.map was called without num_parallel_calls.
I think it will increase the efficiency of your program if you add this.