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
The alpha weight scaling factor can now be defined as learnable parameter by switching learn_out_scaling_alpha in the rpu_config.mapping parameters. (#353)
Fixed
Removed GPU warning during destruction when using multiple GPUs. (#277)
Fixed issue in transfer counter for mixed precision in case of GPU. (#283)
Map location keyword for load / save observed. (#293)
Fixed issue with CUDA buffer allocation when batch size changed. (#294)
Fixed missing load statedict for AnalogSequential. (#295)
Fixed issue with hierarchical hidden parameter settings. (#313)
Fixed serious issue that loaded model would not update analog gradients. (#302)