Replies: 1 comment 1 reply
-
For the inference hardware-aware training part, you should use the inferenceRPUConfig. @maljoras is there a way to make the g_min and g_max configurable for this preset? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried using rpu_config = EcRamPreset() to complete the HWA training, and it seems to have worked well. (1) But for the inference part, should I still use this rpu_config, or should I specifically define an InferenceRPUConfig()? If I use the InferenceRPUConfig(), how could I put EcRAM device information into this InferenceRPUConfig()? (2) Another question is, is there a method for me to change the g_min and g_max of EcRAM? I don't find these two parameters in EcRamPreset(). Thanks!
Beta Was this translation helpful? Give feedback.
All reactions