Skip to content

Variance scaling initializers with complex dtype

Vicentini Filippo requested to merge github/fork/wdphy16/complex_init into master

Created by: wdphy16

Implements the complex truncated normal distribution mentioned here, and the complex uniform distribution within a circle on the complex plane.

(It seems that only my ARNNs are using LeCun normal as the default initializer. All other models in NetKet are using normal distributions with small constant variances.)

Merge request reports