Post

Replies

Boosts

Views

Activity

Comment on [MPSGraph adamUpdateWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:gradientTensor:name:]: unrecognized selector sent to instance 0x600000eede10
Maybe your model structure is too simple for GPU. It means you need to cost more time on data transfer and the improvement brought by GPU is very limited. It is normal. Try to use complex models and more batch_size for this test.
Topic: Machine Learning & AI SubTopic: General Tags:
Oct ’21
Comment on [MPSGraph adamUpdateWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:gradientTensor:name:]: unrecognized selector sent to instance 0x600000eede10
Maybe your model structure is too simple for GPU. It means you need to cost more time on data transfer and the improvement brought by GPU is very limited. It is normal. Try to use complex models and more batch_size for this test.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on [MPSGraph adamUpdateWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:gradientTensor:name:]: unrecognized selector sent to instance 0x600000eede10
The GPU is faster than CPU in my MacBook Pro 2019 16 inches with intel i7 + AMD Radeon Pro 5300M.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21