Transfer deep learning training from Matlab to Keras
2 次查看(过去 30 天)
显示 更早的评论
For the same model and same training images, Matlab always trains better model than Keras does. For example, I tried training a MobileNetV2 on image classification. Given the same training images, Matlab trained model can easily achieve 98% accuracy, but Keras trained model only got 85% accraucy.
I'm wondering if there's a way to output Matlab training parameters and settings, then import them to Keras for training?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!