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
We subtract the mean over the d_model dimension and normalize all inputs to unit norm, prior to passing to the autoencoder (or computing reconstruction errors)."
However, I could not find such an implementation within this repository.
I would like to understand whether this is a mistake in this implementation, if there is a specific reason for not performing the normalization, or if I might have overlooked something.
Thank you.
The text was updated successfully, but these errors were encountered:
Scaling and evaluating sparse autoencoders(Gao et al. 2024) mentions that normalization is applied to the input/output of SAEs in 2.1 Setup.
However, I could not find such an implementation within this repository.
I would like to understand whether this is a mistake in this implementation, if there is a specific reason for not performing the normalization, or if I might have overlooked something.
Thank you.
The text was updated successfully, but these errors were encountered: