-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running darknet-nnpack more slowly than pi32? #77
Comments
Under-voltage and you running frequency capped? Not already aware of Raspberry Pi problem number one? Shitty power circuitry? If it's 8 vs. 16 seconds I would check whether you're running frequency capped at 600 MHz and ran with 1200 MHz before: |
I have checked my power voltage,it's not under-voltage and I try to set frequency upto 1200MHz.It worked.But i found that my Raspberry Pi3 setup linux debian 32 no need to change frequency and worked fine. I still doubt pi64 isn't effect CPUs performance,yes? |
@503612068 unfortunately you can't check for 'frequency capping' asking the kernel since
If this shows a
6 seconds and you run under-volted, 3 seconds and at least the lightweight sysbench stuff is not able to trigger frequency capping.
How? Measured at pins 4 and 6 of the GPIO header or somewhere else? |
You can also run in another terminal the following in parallel to get an idea about the real clockspeeds of the ARM cores:
|
3 seconds with command "sysbench --test=cpu --cpu-max-prime=10000 run --num-threads=4" in the pi64. |
Well, the
Or the other method above. |
BTW: Good news. With most recent kernel and 'firmware' Raspberry Pi problem N° 1 (under-voltage due to encouraging users to use crappy chargers and crappy 'power cables') has been somewhat addressed. With latest kernel you can do an |
I have updated pi3 from 32 to 64,and re-make darknet-nnpackhttps://github.com/digitalbrain79/darknet-nnpack.But the test result is more slowly (16s) than old pi 32(8s). In fact ,pi64 running more faster than pi32 with CPU test command.
Darknet-nnpack needed NNPACK=1,ARM_NEON=1 to accelerate. I think,is it pi64 haven't supported or optimized?
Anyone who knows the problem?
The text was updated successfully, but these errors were encountered: