Ask Your Question
1

What does the ValueError "Unknown optimizer: Custom>Adam| Adam Optimizer on Raspberry Pi (TensorFlow 2.5.0rc0)" mean?

asked 2023-06-17 21:41:15 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-17 21:46:01 +0000

nofretete gravatar image

The ValueError "Unknown optimizer: Custom>Adam| Adam Optimizer on Raspberry Pi (TensorFlow 2.5.0rc0)" means that the optimizer specified in the code is not recognized by the TensorFlow version installed on the Raspberry Pi. The optimizer in question is likely a custom implementation of the Adam optimizer, but it is not available in the TensorFlow library installed on the Raspberry Pi. Updating the TensorFlow library or specifying a different optimizer may be necessary to resolve this error.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-17 21:41:15 +0000

Seen: 12 times

Last updated: Jun 17 '23