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
raise AssertionError(
AssertionError: Tried to export a function which references untracked resource Tensor("lambda_1/l2_normalize:0", shape=(209, 16), dtype=float32). TensorFlow objects (e.g. tf.Variable) captured by functions must be tracked by assigning them to an attribute of a tracked object or assigned to an attribute of the main object directly.
Trackable Python objects referring to this tensor (from gc.get_referrers, limited to two hops):
Operating environment(运行环境):
python version [3.8]
tensorflow version [2.5.0]
deepmatch version [e.g. 0.9.1/0.9.3]
The text was updated successfully, but these errors were encountered:
YoutubeDNN导出item侧模型错误,提示
raise AssertionError(
AssertionError: Tried to export a function which references untracked resource Tensor("lambda_1/l2_normalize:0", shape=(209, 16), dtype=float32). TensorFlow objects (e.g. tf.Variable) captured by functions must be tracked by assigning them to an attribute of a tracked object or assigned to an attribute of the main object directly.
Trackable Python objects referring to this tensor (from gc.get_referrers, limited to two hops):
Operating environment(运行环境):
The text was updated successfully, but these errors were encountered: