Skip to content

keras 3.3.3 AttributeError: 'Functional' object has no attribute 'distribute_strategy' #19869

Closed Answered by fchollet
jeffDebug asked this question in Q&A
Discussion options

You must be logged in to vote

"distribution strategy" is a TensorFlow concept, so this attribute only exist with the TensorFlow backend. To do distributed training with the torch backend, see this guide: https://keras.io/guides/distributed_training_with_torch/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jeffDebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants