Normalize#
- class radionets.core.callbacks.Normalize(conf)[source]#
Bases:
CallbackAttributes Summary
Name of the Callback, camel-cased and with 'Callback' removed
Methods Summary
Attributes Documentation
- learn = None#
- name#
Name of the Callback, camel-cased and with ‘Callback’ removed
- order = 0#
- run = True#
- run_train = True#
- run_valid = True#
Methods Documentation
- __call__(event_name)#
Call self.{event_name} if it’s defined