I noticed that the beta_smooth parameter is not passed to the ReLUBetaSmooth hook when initializing the BetaSmooth composite in composites.py. This results in the default use of beta_smooth=10 at all times. I assume that's not intended, or am I missing sth?
good catch, that's indeed not intended, thank you for the issue!
Would you like to open a Pull Request for the fix yourself, where the parameter is correctly passed?
Hi,
I noticed that the
beta_smooth
parameter is not passed to theReLUBetaSmooth
hook when initializing theBetaSmooth
composite in composites.py. This results in the default use ofbeta_smooth=10
at all times. I assume that's not intended, or am I missing sth?Best