Use Virtuale, upload only the assignment file named as follows:
LAB#_APAI_name1_name2.ipynb
Assignment DEADLINE: 15/11/2024 (at 14:30)
- Open the VirtualBox virtual machine
- Open a terminal (CTRL+T or open terminal)
- Launch the commands (clone repo, move into folder, open Visual Studio Code):
git clone https://github.com/EEESlab/APAI24-LAB04-PULP-NN
cd APAI24-LAB04-PULP-NN/
code .
- Now you're ready to start!
[DO NOT FORGET] Every time you open a new terminal run:
source setup_pulp_sdk.sh
To run the code enter in a terminal
make clean all run