pip3 install torch==1.10.0+cpu torchvision==0.11.1+cpu torchaudio==0.10.0+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
cd sw
mkdir models # create dir to save model checkpoints in different epochs
python3 model_training.py
cd hw
vitis_hls run_hls.tcl
# to view the report, run `less proj_mulcol/solution1/syn/report/matmul_csynth.rpt`
To run the second version of systolic array, cover mulcol.cpp
with mulcol.cpp.bk
, then redo it.