Skip to content

Commit

Permalink
added unvalid acceptance range case error
Browse files Browse the repository at this point in the history
Signed-off-by: soykilian <[email protected]>
  • Loading branch information
soykilian committed Dec 16, 2024
1 parent 8aa665a commit 9da8b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aihwkit/inference/noise/reram.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,5 @@ def apply_drift_noise_to_conductance(
)
g_drift = g_mean + randn_like(g_prog) * sigma_relaxation
# TODO:
#Read Noise implementation on g_final
# Read Noise implementation on g_final
return g_drift.clamp(min=self.g_min)

0 comments on commit 9da8b32

Please sign in to comment.