fourierflow icon indicating copy to clipboard operation
fourierflow copied to clipboard

if use_fork is false, this should be ignored

Open hsliuustc opened this issue 2 years ago • 1 comments

https://github.com/alasdairtran/fourierflow/blob/97e6cfb0848e44d3a7bc1d063b1ab86bc4c603ee/fourierflow/modules/fourier_2d_factorized_parallel.py#L218

hsliuustc avatar Dec 17 '21 03:12 hsliuustc

Yeah you're right! I had a go at running the experiment with avg_outs set to False, and it makes no difference to the loss (which makes sense since it's just a linear scaling factor, which the projection layer can easily learn). I'll probably remove this scaling altogether in the next iteration of experiments.

alasdairtran avatar Dec 24 '21 12:12 alasdairtran