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
I suggest replacing tf.map_fn on line 74 by tf.vectorized_map, as this provides a considerable speedup (or maybe make it an additional option to choose from for compatibility).
I suggest replacing tf.map_fn on line 74 by tf.vectorized_map, as this provides a considerable speedup (or maybe make it an additional option to choose from for compatibility).