This repo contains all the files I am using for the implementation of the Separable Conv2D layer.
-
model_Test_04-16-24.ipynbcontains a simpler debugging code where I am trying the tracing part. -
model_Test.ipynbcontains the simplest debugging code. -
test_separable_conv2d_latency_ioparallel.ipynbcontains debugging code provided by Geusseppe.
After creating and activating the environment with the .yml file:
mkdir Software
cd Software
git clone --single-branch --branch sepconv-latency-ioparallel https://github.com/fastmachinelearning/hls4ml.git
cd hls4ml
git branch --all #shows you are on your desired branch
pip install -e .After creating and activating the environment with the .yml file:
mkdir Software
cd Software
git clone --single-branch --branch sepconv-latency-ioparallel https://github.com/Brainz22/hls4mlDuarteLab.git
cd hls4ml
git branch --all #shows you are on your desired branch
pip install -e .