Normalize#

class radionets.core.Normalize(conf)[source]#

Bases: Callback

Normalization callback for input and target data.

Parameters:
confdict

Dictionary containing the normalization type stored under the 'normalize' key.

Methods Summary

before_batch()

normalize(x, m, s)

Methods Documentation

before_batch()[source]#
normalize(x, m, s)[source]#