Jacopo Abramo
Jacopo Abramo
Greetings everyone, I'm trying to port a Brevitas model for Iris classification into FPGA using FINN. The model I'm using is shown [here](https://github.com/Xilinx/brevitas/issues/392). I'm using a custom notebook by taking...
## Quick summary I'm currently trying to create an HLS project for the [PYNQ-ZU](https://xilinx.github.io/PYNQ-ZU/) starting from the [DeepTrack](https://github.com/softmatterlab/DeepTrack-2.0) package. Specifically I'm attempting to implement as a starting point the [single...
I have 8 different multipage TIF stacks which I would like to merge into a single TIF stack in order to have an easier way to extrapolate the data I...
Greetings, I'm currently trying to compile the following model: ```python import brevitas.nn as qnn import torch.nn as nn from brevitas.quant import ( Int8ActPerTensorFixedPoint as ActQuant, Int8WeightPerTensorFixedPoint as WeightQuant, ) class...
Greetings, I'm currently trying to compile a convolutional model generated via Brevitas and structured as follows:  When coming to the streamline step, I get the following Exception: ```...
Hi everyone. I've tried to install this plugin on my setup but I've got some errors popping up after loading the .cfg file. ### Steps to reproduce - Select the...
Greetings, I tried using the `DebugBridge` class together with the debug bridge IP in my design but could not make it work. I documented the problem in [this post](https://discuss.pynq.io/t/using-the-debugbridge-to-visualize-an-ila-in-vivado/5977). Does...
This is a first attempt to integrate Micro-Manager using the [`pymmcore-plus`](https://github.com/pymmcore-plus/pymmcore-plus) package, addressed in #168. The `PyMMCoreManager` class acts as a thin low-level manager which allows other manager to interoperate...
I'm currently in contact with other parties that are working on ImSwitch to implement a new set of Widget/Controllers for their application. One thing I'm trying to wrap my mind...
An attempt to rework the `RecordingManager`, also mentioned in #171: - added the napari threading infrastructure to the basic framework - changed the `Storer` base class from `abc.ABC` to `SignalInterface`...