However, to maintain variable-scope based variable reuse
you will need to combine it with
tf.compat.v1.keras.utils.track_tf1_style_variables. (Though
it will behave as if reuse is always set to tf.compat.v1.AUTO_REUSE.)
The TF2 equivalent, if you are just trying to track
variable name prefixes and not control get_variable-based variable reuse,
would be to use tf.name_scope and capture the output of opening the
scope (which represents the current name prefix).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[],[]]