This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
It's originated from the alexnet's calculation of imagenet PCA noise: https://stackoverflow.com/questions/43328600/does-anyone-have-the-eigenvalue-and-eigenvectors-for-alexnets-pca-noise-from-th |
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
-
Questions about A-calculus source code
When I looked at code of RandomLighting, I noticed that var eig is a constant array, and I wanted to ask what does the values of this array means
https://github.com/apache/incubator-mxnet/blob/f5331576431f5b28b8512f2ff4bb17f0268cd79d/src/operator/image/image_random-inl.h#L1062-L1076
https://github.com/apache/incubator-mxnet/blob/f5331576431f5b28b8512f2ff4bb17f0268cd79d/src/operator/image/image_random-inl.h#L1017-L1050
@pluskid
Beta Was this translation helpful? Give feedback.
All reactions