Replies: 1 comment 2 replies
-
@Sekijoju I am also currently working on using the runtime weights. Would you mind helping me regarding how actually we can use the runtime weights, in my case currently I don't bother about the accuracy drop, I just want to learn how actually I can setup using runtime weights. The only information I have currently is that we need a .dat file for the layers and we have to enable runtime weights during builds. I would be very thankful if you could help me that how I can enable the runtime weights, generate .dat file and setup using runtime weights during testing. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am having a problem with using runtime_weights properly. I set the appropriate parameters in the folding config and have a setup for loading the weights, which is similar to the generated driver.
When using the generated runtime weights the accuracy drops to 9.74%.
I flush the old weights and the verification does not complain.
The code for loading is:
This is how I load the accelerator:
And finally this is how I test the network:
Does anyone have experience with utilizing runtime weights? I am lost here.
Sincerely
Beta Was this translation helpful? Give feedback.
All reactions