Post

Replies

Boosts

Views

Activity

Comment on Tensorflow-macos and tensorflow-metal still cause kernal panic
looks like the same issue as this one: https://developer.apple.com/forums/thread/691917 Seems Adam (and some other optimizers) currently do not work with tf-macos and tf-metal specially on Intel/AMD Macs.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on [MPSGraph adamUpdateWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:gradientTensor:name:]: unrecognized selector sent to instance 0x600000eede10
Another workaround is to use RectifiedAdam optimizer from tensorflow-addon, if SGD does not work as well.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22