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
While executing the code I am facing following error in the line 2;
Code:
"
......
tf.compat.v1.enable_v2_behavior()
"# TODO(b/148678573,b/148685415): must use the ReferenceExecutor because it
"# supports unbounded references and tff.sequence_* intrinsics.
tff.framework.set_default_executor(tff.framework.ReferenceExecutor())
While executing the code I am facing following error in the line 2;
Code:
"
......
tf.compat.v1.enable_v2_behavior()
"# TODO(b/148678573,b/148685415): must use the ReferenceExecutor because it
"# supports unbounded references and tff.sequence_* intrinsics.
tff.framework.set_default_executor(tff.framework.ReferenceExecutor())
"
Error:
----> [7] tff.framework.set_default_executor(tff.framework.ReferenceExecutor())
AttributeError: module 'tensorflow_federated.python.core.framework' has no attribute 'set_default_executor'
Please guide me in current situation as there are no "set_default_executor()" and "ReferenceExecutor()" functions in tff.framework class.
@Kirito-E2D
The text was updated successfully, but these errors were encountered: