You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to run Yolo topology with an 8MB SRAM buffer each for Input, Output, and Filter .i.e a total of 24MB SRAM. It takes a long time to execute just the first layer.
I have the following questions:
Is there a way I can estimate the runtime memory required?
Can we run the simulation on multiple cores? I see a comment on Line 69 of Simulator.py about parallelizable.
# 2. Run each layer
# TODO: This is parallelizable
The text was updated successfully, but these errors were encountered:
Hello, I am trying to run Yolo topology with an 8MB SRAM buffer each for Input, Output, and Filter .i.e a total of 24MB SRAM. It takes a long time to execute just the first layer.
I have the following questions:
Is there a way I can estimate the runtime memory required?
Can we run the simulation on multiple cores? I see a comment on Line 69 of Simulator.py about parallelizable.
# 2. Run each layer
# TODO: This is parallelizable
Hi, have you solved this problem? Please contact me, Thanks in advance!
Hello, I am trying to run Yolo topology with an 8MB SRAM buffer each for Input, Output, and Filter .i.e a total of 24MB SRAM. It takes a long time to execute just the first layer.
I have the following questions:
The text was updated successfully, but these errors were encountered: