Effacer les filtres
Effacer les filtres

Transfer learning and arm compute Library

1 vue (au cours des 30 derniers jours)
Ahmed Bouzidi
Ahmed Bouzidi le 4 Déc 2019
Hello, is it possible to train a network from matlab using the arm compute library on a raspberry pi to measure this library performance and influence?
if yes can someone help me to find the way to do that ?
Thank you very much

Réponses (1)

Puru Kathuria
Puru Kathuria le 25 Fév 2021
These stpes might help your requirements:
  1. Train a neural network for the designated problem in MATLAB
  2. Save the network in MATLAB in a .mat file
  3. Set up the environment on Raspberry Pi by Installing Arm compute Library (Latest supported version). [reference]
  4. Write a MATLAB script that loads the network & performs prediction. Deploy the code on Raspberry Pi. Generate the executable for raspberry pi for this script.
  5. Test the network on Raspberry Pi and measure the performace by profiling each function. (Use PIL workflow for profiling) [reference]

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by