Replies: 1 comment 5 replies
-
Hi Alon, Great to hear you're using FINN for your project. I'll try my best to help you out with this. The
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build my Brevitas trained Tiny YOLOv2 network in FINN.
I'm using
DataflowBuildConfig()
andbuild_dataflow_cfg()
inside a Jupyter Notebook to build the network and the build is getting stuck on thestep_set_fifo_depths
.I tried to see what the framework is currently doing and all I can see is that the last file modified was
pyverilator_ipstitched/Vfinn_design_wrapper
. I tried to see if there's any process related to it in htop, but I can't see any long running process except the notebook in the Docker container.Anyone can help? I can provide further details if needed. I'm just not sure what would be useful.
Thanks in advance,
Alon
Beta Was this translation helpful? Give feedback.
All reactions