Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 876 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 876 Bytes

M1 Mac Speed Test for Keras

English

  • M1 Mac SpeedTest codes for Keras using in my YouTube.
  • License goes to Keras

Japanese

  • YouTube 動画で利用した M1 Mac 検証用のコードです。機械学習の学習タスクを通して、「スピード」「CPU 温度」を検証します。Intel Mac と比較します。
  • ライセンスはKeras

Getting Started

Intel Mac

  • Use vertualenv
  • Required Python 3.7
pip install tensorflow==2.4.0
python mnist_convnet.py

M1 Mac

  • Clone tensorflow_mac, and run script at local.
    • including...
      • Python 3.8
      • Virtualenv
      • Tensorflow
python mnist_convnet.py