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
The slow part of rendering was compiling and running regexes for
symbol -> link replacement.
Moving to string.replace instead of a regex is dramatically faster. I'm
ditching the the tf.keras link replacement code, there's very few
and we don't want to encourage that style of link anyway.
0 commit comments